fix config

This commit is contained in:
anlicheng 2024-10-30 08:22:02 +08:00
parent 30c212fcca
commit 922894bf04

View File

@ -126,7 +126,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}]},