<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div>I've created a release with rebar.</div><div>I'm starting the app with myapp/rel/myapp/bin/myapp start</div><div>Error reports are not being written to rel/myapp/log/error.log.1 although the file is created and the initialization text is written to it (LOGGING STARTED Sat May...).</div><div><br></div><div>If I'm writing one line with the error_logger in myapp_sup:init/1, compile and run the app, I do see error reports in the error.log.1 file.</div><div>The line is:<br></div><div>error_logger:error_msg("dummy error report~n")</div><div><br></div><div>Am I missing initialization of an app related to error logging or do I need to change some configurations?</div><div>Does the error_logger:error_msg fix it by forcing initialization of this app?</div><div><br></div><div>Thanks<br></div><div></div></div></body></html>