Expand description
Thin wrapper for systemd journaling; these APIs are no-ops when not running under systemd. Only use them when
Staticsยง
- EMITTED_
JOURNAL_ ๐ERROR - Set to true if we failed to write to the journal once
Functionsยง
- journal_
print ๐ - Wrapper for writing to systemd journal which is an explicit no-op when systemd is not in use (e.g. in a container).
- journal_
send ๐ - Wrapper for structured logging which is an explicit no-op when systemd is not in use (e.g. in a container).