monitors system logs in real-time and reports on the occurrence of events
similar to the well-known swatch program on which it is based, but offers a number of advanced features which swatch does not support. Logsurfer is capable of grouping related log entries together - for instance, when a system boots it usually creates a high number of log messages.
similar to the well-known swatch program on which it is based, but offers a number of advanced features which swatch does not support. Logsurfer is capable of grouping related log entries together - for instance, when a system boots it usually creates a high number of log messages.
To install logsurfer, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install logsurfer
To see what files were installed by logsurfer, run:
port contents logsurfer
To later upgrade logsurfer, run:
sudo port selfupdate && sudo port upgrade logsurfer
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.