Update 'README.md'

这个提交包含在:
AJ ONeal 2019-07-09 03:02:25 +00:00
父节点 7035ede0b9
当前提交 58cf28df8e
共有 1 个文件被更改,包括 9 次插入1 次删除

查看文件

@ -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: