Skip to content

Commit

Permalink
remove console backend due to avoid queue backups
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anderson committed Dec 6, 2016
1 parent 08da6d9 commit 6dac34b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/sys.config
@@ -1,8 +1,7 @@
[
{lager, [
{handlers, [
{lager_console_backend, info}
,{lager_file_backend, [
{lager_file_backend, [
{file, "log/error.log"}, {level, error}, {size, 10485760}, {date, "$D0"}, {count, 5}
,{formatter, lager_default_formatter}
,{formatter_config, [time," [",severity,"] ", "|", {callid, <<"0000000000">>}, "|", module, ":", line, " (",pid, ") ", message, "\n"]}
Expand Down

0 comments on commit 6dac34b

Please sign in to comment.