Skip to content

Commit

Permalink
better console fomatter (#2347)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamhed authored and fenollp committed Jul 27, 2016
1 parent 8cd20f4 commit f888057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rel/sys.config
Expand Up @@ -3,7 +3,7 @@
{lager, [
{handlers, [
{lager_console_backend, [info,
{lager_default_formatter, [time, " ", severity, " ", module, ".", line, " ", message, "\n"]}]}
{lager_default_formatter, [time, " ", severity, " ", {module,[module],""}, {line,[".",line," "],""}, message, "\n"]}]}
,{lager_file_backend, [
{file, "log/error.log"}, {level, error}, {size, 10485760}, {date, "$D0"}, {count, 5}
,{formatter, lager_default_formatter}
Expand Down

0 comments on commit f888057

Please sign in to comment.