Zealot/log4rs.yaml

13 lines
202 B
YAML
Raw Permalink Normal View History

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