Skip to content

qfilelog.1

Manvendra Bhangui edited this page Feb 25, 2024 · 3 revisions

NAME

qfilelog - log messages to a single file

SYNOPSIS

qfilelog filename

DESCRIPTION

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.

RETURN VALUE

Exits 0 when it successfully reaches end-of-file on standard input. Otherwise it exits 1 after printing an error diagnostic to standard error.

SEE ALSO

cyclog(1) splogger(8),

NOTES If any of the write operations fail qfilelog prints a warning to standard error and pauses for 60 seconds.

Clone this wiki locally