appenders: my_stdout: kind: console encoder: pattern: "{h({d(%Y-%m-%d %H:%M:%S)} - {l}: {m}{n})}" root: level: debug appenders: - my_stdout