Skip to content

Add support for non-regular log files

Jan Veen requested to merge (removed):log-to-stdout into master

Allow setting of non-regular files as log file. This makes it possible to log to /dev/stdout or FIFOs. The opening mode has to be changed to "write" since appending performs a seek operation which is not possible on these types of files.

This is a copy from !383 (closed) because I lost account credentials there. Sorry for the confusion. Is there anything else I have to do?

Merge request reports