|
|
@ -17,7 +17,7 @@ |
|
|
|
{lager_file_backend, [{"log/error.log", error}, |
|
|
|
{"log/console.log", info}]}]}, |
|
|
|
%% Whether to write a crash log, and where. Undefined means no crash logger. |
|
|
|
{crash_log, "logs/crash.log"}, |
|
|
|
{crash_log, "log/crash.log"}, |
|
|
|
%% Whether to redirect error_logger messages into lager - defaults to true |
|
|
|
{error_logger_redirect, true} |
|
|
|
]} |
|
|
|