Files
zealot/log4rs.yaml
2022-09-01 16:16:27 -04:00

13 lines
202 B
YAML

appenders:
stdout:
kind: console
encoder:
pattern: "{d(%+)(utc)} {h({l})}: {m}{n}"
filters:
- kind: threshold
level: info
root:
level: info
appenders:
- stdout