| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
daemontools is a collection of tools by D.J. Bernstein for managing UNIX services. It monitors qmail services and saves error messages to one or more logs.
The multilog program has been modified to work both with timestamps and human readable datetimes (commit)
Example:
multilog t '-*' '+* fatal: *' ./main
prints the line
@400000003b4a39c23294b13c fatal: out of memory
Example:
multilog d '-*' '+* fatal: *' ./main
prints the line
2024-07-29 10:36:08.811661123 fatal: out of memory
multilog m '-*' '+* fatal: *' ./main
prints the line
2024-07-29 10:36:08.811 fatal: out of memory
All flags are required to be the first action.
Other patches applied to the original djb daemontools-0.76:
You can find more info and ask for support at https://notes.sagredo.eu/en/qmail-notes-185/daemontools-14.html
Post any comment there.
| Back | FazBrowse Home | New Git URL |