Navigation Menu

Skip to content

Commit

Permalink
Update app.src file with time based rotation config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagabond committed Aug 12, 2011
1 parent 81d4aea commit 7d8c104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lager.app.src
Expand Up @@ -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.
Expand Down

0 comments on commit 7d8c104

Please sign in to comment.