<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I decided to take a look at the new logger in R21, but I am not able to produce any output.<div class=""><br class=""></div><div class="">In my sys.config I have the following:</div><div class=""><font face="Andale Mono" class="">{kernel,<br class="">    [{logger,<br class="">      [{handler, default, logger_std_h,<br class="">       #{level => debug,<br class="">         config => #{type => {file,"log/erlang.log"}},<br class="">         formatter => {logger_formatter, #{template => [time," ",pid," ",msg,"\n"]}}}<br class="">      }]<br class="">    }]<br class=""> }</font></div><div class=""><font face="Andale Mono" class=""><br class=""></font></div><div class="">And in my code I do something like <font face="Andale Mono" class="">logger:info(“test message”)</font>, but I never see any output to the file. I see the file log/erlang.log created, but always empty.</div><div class=""><br class=""></div><div class="">I must be missing something, but I have read through the docs, quickly.</div><div class=""><br class=""></div><div class="">Any pointers would be appreciated.</div><div class=""><br class=""></div><div class="">Mark.</div></body></html>