diff --git a/log-cfg.yml b/log-cfg.yml index 6462b7d..6e92a36 100644 --- a/log-cfg.yml +++ b/log-cfg.yml @@ -2,7 +2,7 @@ appenders: stdout: kind: console encoder: - pattern: "{m}{n}" + pattern: "[{l}] {M}:L{L} - {m}{n}" requests: kind: rolling_file path: "log/requests.log"