Skip to content

Allow logging to journald.

janimo requested to merge janimo/arti:tracing-journald into main

Keeps logging to stdout, but also to journald if it's available.

tracing-journal maps the target to the non-standard journald field TARGET so the module path will not be shown in default journalctl logs. They can be filtered using something like journalctl TARGET=tor_dirmgr but the lines won't actually have that module path like stdout logs do.

Maybe a [logging] section is needed in config, especially if other options are going to be added.

Merge request reports