Files
nlnetlabs-routinator/doc
Martin Hoffmann a5ea731a6e Rewrite logging. (#859)
This PR implements all log handling with the exception of actual syslog in
Routinator itself. It also implements support for log rotation when logging
into files by re-opening the log file when receiving SIGUSR2.

Error handling for logging is now such that if trying to log to file or
syslog fails, Routinator will exit. It will also exit if it receives SIGUSR2
and can’t open the log file.

The motivation for this is that the log is used by many people to determine
issues with the RPKI repositories, so silently not having logs seems bad.
Also, not being able to log is a good indication for bigger problems to
come.

---------

Co-authored-by: Luuk Hendriks <mail@luukhendriks.eu>
2023-05-30 12:05:16 +02:00
..
2023-05-30 12:05:16 +02:00
2023-01-04 12:16:02 +01:00