* Preamble: disabled autoflush caused logs to be written only when a request is finished, and what is worse, all of them with exact same time. As logging $c->log->* happens via syslog and rsyslog already uses buffering for that, there is no reason to cause such additional buffering by the Perl logger (which is Log4perl in this case). On top of it, it's already the default option for Log4Perl and was only inactive in the Panel app. * enable autoflush during Log4Perl init in the Panel app. Change-Id: I7cdcf7de30489d84fd8a9af88cb40669113ddbc1 (cherry picked from commitmr13.5.1bb6b737c26) (cherry picked from commit6a59163433)
parent
60203fabaa
commit
bad8d58dac
Loading…
Reference in new issue