discord-rusty-bot/log4rs.yaml

12 lines
184 B
YAML
Raw Normal View History

2020-08-27 15:05:28 +00:00
appenders:
stdout:
kind: console
file-debug:
kind: file
path: "log/debug.log"
encoder:
pattern: "{d} - {m}{n}"
root:
level: debug
appenders:
- stdout