Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
monitor:syslog [2018/10/14 20:39] – Let's only put syslog-related stuff on the "syslog" page digital man | monitor:syslog [2024/12/16 01:18] (current) – [Monitoring] add a Darwin/macOS example use of 'log' digital man | ||
---|---|---|---|
Line 13: | Line 13: | ||
===== Monitoring ===== | ===== Monitoring ===== | ||
The '' | The '' | ||
- | |||
- | $ tail -f / | ||
- | or | ||
$ tail -f / | $ tail -f / | ||
+ | |||
+ | If you're using **systemd** to start and control '' | ||
+ | $ journalctl --follow -u sbbs | ||
+ | |||
+ | Another option for systemd systems is to use '' | ||
+ | $ sudo watch systemctl status sbbs | ||
| | ||
+ | An alternative tool to actively monitor log files is the '' | ||
+ | |||
+ | $ sudo lnav / | ||
+ | |||
+ | On Darwin/ | ||
+ | |||
+ | $ log stream --debug --process sbbs | ||
+ | |||
===== See Also ===== | ===== See Also ===== | ||
* [[: | * [[: |