-
-
Notifications
You must be signed in to change notification settings - Fork 3
qfilelog.1
Manvendra Bhangui edited this page Feb 25, 2024
·
3 revisions
qfilelog - log messages to a single file
qfilelog filename
qfilelog appends from standard input to a single named file. If qfilelog is sent the HUP signal, it syncs, closes, and re-opens the output file.
Exits 0 when it successfully reaches end-of-file on standard input. Otherwise it exits 1 after printing an error diagnostic to standard error.
cyclog(1) splogger(8),
NOTES If any of the write operations fail qfilelog prints a warning to standard error and pauses for 60 seconds.