Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit e8e0e0b
Author: Pierre Fenoll <[email protected]>
Date:   Tue Jun 28 20:33:00 2016 +0200

    log more info

commit f0022f4
Author: Pierre Fenoll <[email protected]>
Date:   Tue Jun 28 20:10:15 2016 +0200

    no color

commit b97a392
Author: Pierre Fenoll <[email protected]>
Date:   Tue Jun 28 19:40:02 2016 +0200

    Update ci-sys.config

commit c865f2e
Author: Pierre Fenoll <[email protected]>
Date:   Tue Jun 28 18:44:04 2016 +0200

    test-release: re-enable verbose CI logs
  • Loading branch information
jamesaimonetti committed Jun 28, 2016
1 parent dc1b76f commit 8a33af3
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions rel/ci-sys.config
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
[ {lager, [ {handlers, [ {lager_console_backend, [ {level, debug}
, {lager_default_formatter, [ time
, color
, " [", severity ,"] ", "|"
, {callid, <<"0000000000">>}, "|"
, module, ":", line
, " (", pid , ") "
, message
, "\e[0m"
, "\r\n"
]}
]}

]
}
, {extra_sinks, [{data_lager_event,[{handlers, [{lager_file_backend,[{file, "/dev/null"} ,{level, debug}]}]}]}]}
, {colored, true}
, {error_logger_hwm, 500}
]}
[
{lager, [
{handlers, [
{lager_console_backend, [debug,
{lager_default_formatter, [time, " [",severity,"] |", {callid,<<"0000000000">>}, "|", module,":",line, " (",pid,") ", message, "\n"]}]}
]}
]}
].

0 comments on commit 8a33af3

Please sign in to comment.