瀏覽代碼

Typo in .app.src file

pull/4/head
Andrew Thompson 14 年之前
父節點
當前提交
3a8fe3bd49
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/lager.app.src

+ 1
- 1
src/lager.app.src 查看文件

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

Loading…
取消
儲存