Skip to content

Commit

Permalink
Update app.config with respect to default logging path
Browse files Browse the repository at this point in the history
  • Loading branch information
erszcz committed Aug 18, 2015
1 parent 91b69cb commit ce0a512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -15,7 +15,7 @@
{cuesport, ".*", {git, "git://github.com/esl/cuesport.git", "d82ff25"}},
{redo, ".*", {git, "git://github.com/JacobVorreuter/redo.git", "7c7eaef"}},
{exml, "2.1.5", {git, "git://github.com/esl/exml.git", "2.1.5"}},
{lager, "2.0.3", {git, "git://github.com/basho/lager.git", "2.0.3"}},
{lager, "2.0.3", {git, "git://github.com/basho/lager.git", "b7984d4"}},
{cowboy, ".*", {git, "git://github.com/ninenines/cowboy.git", "1.0.1"}},
{folsom, ".*", {git, "git://github.com/boundary/folsom.git", "0.8.2"}},
{exometer, ".*", {git, "git://github.com/Feuerlabs/exometer.git", "1.1"}},
Expand Down
5 changes: 3 additions & 2 deletions rel/files/app.config
@@ -1,9 +1,10 @@
[
{lager, [
{log_root, "log/"},
{crash_log, "crash.log"},
{handlers, [
{lager_console_backend, [info, {lager_default_formatter,[{eol, "\r\n"}]}]},
%% file is shadowed by ejabberd.cfg
{lager_file_backend, [{file, "log/ejabberd.log"}, {level, info}, {size, 2097152}, {date, "$D0"}, {count, 5}]}
{lager_file_backend, [{file, "ejabberd.log"}, {level, info}, {size, 2097152}, {date, "$D0"}, {count, 5}]}
]}
]}
%{exometer, [
Expand Down

0 comments on commit ce0a512

Please sign in to comment.