Update 'README.md'

This commit is contained in:
AJ ONeal 2019-07-09 03:02:25 +00:00
bovenliggende 7035ede0b9
commit 58cf28df8e
1 gewijzigde bestanden met toevoegingen van 9 en 1 verwijderingen

Bestand weergeven

@ -313,6 +313,14 @@ serviceman add dinglehopper -- --config /Users/me/dinglehopper/conf.json
# Logging
### Linux
```bash
sudo journalctl -xef --unit <NAME>
```
### Mac, Windows
When you run `serviceman add` it will either give you an error or
will print out the location where logs will be found.
@ -323,7 +331,7 @@ By default it's one of these:
```
```txt
/var/log/<NAME>/var/log/<NAME>.log
/opt/<NAME>/var/log/<NAME>.log
```
You set it with one of these: