13 lines
202 B
YAML
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
|