Logger
Wombat logging prints to stdout (or stderr if your output is stdout) and is formatted as logfmt by default. Use these configuration options to change both the logging formats as well as the destination of logs.
logger: level: INFO format: logfmt add_timestamp: false static_fields: '@service': wombat
logger: level: WARN format: json file: path: ./logs/wombat.ndjson rotate: true