fix config

This commit is contained in:
anlicheng 2024-11-06 15:14:24 +08:00
parent efd58ac624
commit a3f8bfccdc

View File

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