Zealot/log4rs.yaml
Gregory Ballantine 70e2b29121
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Added logging functionality via log4rs crate
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