diff --git a/config/sys-dev.config b/config/sys-dev.config index b4635b4..3fdc3b5 100644 --- a/config/sys-dev.config +++ b/config/sys-dev.config @@ -75,15 +75,14 @@ {handler, disk, logger_disk_log_h, #{ level => debug, - config => #{ - file => "log/debug.log", - max_no_files => 10, - max_no_bytes => 524288000 - }, + config => #{ + file => "log/debug.log", + max_no_files => 10, + max_no_bytes => 524288000 + }, formatter => {logger_formatter, #{template => [time, " [", level, "] ", msg, "\n"]}} } } - ]} ]} ]. diff --git a/config/sys-prod.config b/config/sys-prod.config index fedf80e..fa81541 100644 --- a/config/sys-prod.config +++ b/config/sys-prod.config @@ -77,10 +77,10 @@ #{ level => debug, config => #{ - file => "log/debug.log", - max_no_files => 10, - max_no_bytes => 524288000 - }, + file => "log/debug.log", + max_no_files => 10, + max_no_bytes => 524288000 + }, formatter => {logger_formatter, #{template => [time, " [", level, "] ", msg, "\n"]}} } }