Browse Source

Typo in .app.src file

pull/4/head
Andrew Thompson 14 years ago
parent
commit
3a8fe3bd49
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/lager.app.src

+ 1
- 1
src/lager.app.src View File

@ -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…
Cancel
Save