diff options
author | Jared Morrow <jared@basho.com> | 2013-12-16 12:47:16 -0800 |
---|---|---|
committer | Jared Morrow <jared@basho.com> | 2013-12-16 12:47:16 -0800 |
commit | fbc51c0a8c9b1ceca807b7a5a60e8503bc47b308 (patch) | |
tree | 0e6a145f0f4c68683a42917d5abbde82bc7bb5a3 /ebin | |
parent | ad1da88a07a207bf6974d0fca7db4c5ac3bb51d0 (diff) | |
parent | 277a10cd3b10a885b35ba9b75b85398870525658 (diff) |
Merge pull request #184 from tuncer/logging
Fix log levels
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index e64a51f..873be18 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -50,7 +50,7 @@ tools]}, {env, [ %% Default log level - {log_level, error}, + {log_level, warn}, %% any_dir processing modules {any_dir_modules, [ |