Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
monitor:syslog [2021/01/06 04:51] – [Monitoring] mortifis | 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 / | ||
- | An alternative way to actively monitor | + | If you're using **systemd** |
+ | $ journalctl --follow -u sbbs | ||
- | | + | Another option for systemd systems is to use '' |
+ | | ||
| | ||
+ | An alternative tool to actively monitor log files is the '' | ||
+ | |||
+ | $ sudo lnav / | ||
+ | On Darwin/ | ||
+ | |||
+ | $ log stream --debug --process sbbs | ||
+ | |||
===== See Also ===== | ===== See Also ===== | ||
* [[: | * [[: |