appenders: stdout: kind: console file-debug: kind: file path: "log/debug.log" encoder: pattern: "{d} - {m}{n}" root: level: debug appenders: - stdout