Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| monitor:syslog [2010/02/26 18:16] – digitalman | monitor:syslog [2024/12/16 01:18] (current) – [Monitoring] add a Darwin/macOS example use of 'log' digital man | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Synchronet | + | ====== |
| - | FIXME | + | |
| + | Synchronet | ||
| + | |||
| + | $ sbbs syslog | ||
| + | |||
| + | ===== Configuring ===== | ||
| + | |||
| + | The syslog functionality is configurable via the '' | ||
| + | |||
| + | You can further configure your syslog output (e.g. directories and filenames) through the setup of your system' | ||
| + | |||
| + | ===== Monitoring | ||
| + | The '' | ||
| + | $ 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 ===== | ||
| * [[: | * [[: | ||
| + | * [[: | ||
| - | {{tag>}} | + | {{tag>unix syslog}} |
| {{indexmenu_n> | {{indexmenu_n> | ||