Update 'README.md'
This commit is contained in:
parent
7035ede0b9
commit
58cf28df8e
10
README.md
10
README.md
|
@ -313,6 +313,14 @@ serviceman add dinglehopper -- --config /Users/me/dinglehopper/conf.json
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
|
|
||||||
|
### Linux
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo journalctl -xef --unit <NAME>
|
||||||
|
```
|
||||||
|
|
||||||
|
### Mac, Windows
|
||||||
|
|
||||||
When you run `serviceman add` it will either give you an error or
|
When you run `serviceman add` it will either give you an error or
|
||||||
will print out the location where logs will be found.
|
will print out the location where logs will be found.
|
||||||
|
|
||||||
|
@ -323,7 +331,7 @@ By default it's one of these:
|
||||||
```
|
```
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
/var/log/<NAME>/var/log/<NAME>.log
|
/opt/<NAME>/var/log/<NAME>.log
|
||||||
```
|
```
|
||||||
|
|
||||||
You set it with one of these:
|
You set it with one of these:
|
||||||
|
|
Loading…
Reference in New Issue