From a3f8bfccdceb82e9e769e639d294b89cc086d5d7 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Wed, 6 Nov 2024 15:14:24 +0800 Subject: [PATCH] fix config --- config/sys-prod.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sys-prod.config b/config/sys-prod.config index 6984255..a90c8cf 100644 --- a/config/sys-prod.config +++ b/config/sys-prod.config @@ -55,7 +55,7 @@ {handlers, [ %% debug | info | warning | error, 日志级别 - {lager_console_backend, debug}, + % {lager_console_backend, debug}, {lager_file_backend, [{file, "debug.log"}, {level, debug}, {size, 314572800}]}, {lager_file_backend, [{file, "notice.log"}, {level, notice}, {size, 314572800}]}, {lager_file_backend, [{file, "error.log"}, {level, error}, {size, 314572800}]},