cronolog is a simple filter program that reads log file entries from standard input and writes each entry to the output file specified by a filename template and the current date and time. When the expanded filename changes, the current file is closed and a new one opened. This development release of 1.7 adds patches to support helper programs that can process a log after it is rolled. Run cronolog with no options for help.
cronolog is a simple filter program that reads log file entries from standard input and writes each entry to the output file specified by a filename template and the current date and time. When the expanded filename changes, the current file is closed and a new one opened. This development release of 1.7 adds patches to support helper programs that can process a log after it is rolled. Run cronolog with no options for help.
To install cronolog-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cronolog-devel
To see what files were installed by cronolog-devel, run:
port contents cronolog-devel
To later upgrade cronolog-devel, run:
sudo port selfupdate && sudo port upgrade cronolog-devel
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.