Browse Source

Update app.src file with time based rotation config

pull/1/head
Andrew Thompson 13 years ago
parent
commit
7d8c104bfc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lager.app.src

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

@ -16,8 +16,8 @@
{handlers, [
{lager_console_backend, info},
{lager_file_backend, [
{"log/error.log", error, 10485760, "", 5},
{"log/console.log", info, 10485760, "", 5}
{"log/error.log", error, 10485760, "$D0", 5},
{"log/console.log", info, 10485760, "$D0", 5}
]}
]},
%% Whether to write a crash log, and where. Undefined means no crash logger.

Loading…
Cancel
Save