<div dir="ltr">Hi Mark, you just missed that the primary log level by default is 'notice', which means that 'info' is rejected by the primary log level check. If you do logger:notice("test message") instead, it should be printed. To even print 'info', set the kernel configuration parameter logger_level to 'info', 'debug' or 'all' in your sys config, or set it in runtime with logger:set_primary_config(level,Level).<div><br></div><div>Regards</div><div>/siri</div></div><br><div class="gmail_quote"><div dir="ltr">Den fre. 6. jul. 2018 kl. 20:44 skrev Mark Geib <<a href="mailto:mark.geib.44@gmail.com">mark.geib.44@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space">I decided to take a look at the new logger in R21, but I am not able to produce any output.<div><br></div><div>In my sys.config I have the following:</div><div><font face="Andale Mono">{kernel,<br>    [{logger,<br>      [{handler, default, logger_std_h,<br>       #{level => debug,<br>         config => #{type => {file,"log/erlang.log"}},<br>         formatter => {logger_formatter, #{template => [time," ",pid," ",msg,"\n"]}}}<br>      }]<br>    }]<br> }</font></div><div><font face="Andale Mono"><br></font></div><div>And in my code I do something like <font face="Andale Mono">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><br></div><div>I must be missing something, but I have read through the docs, quickly.</div><div><br></div><div>Any pointers would be appreciated.</div><div><br></div><div>Mark.</div></div>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>