* 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 commit bb6b737c26)
mr12.5
parent
2d31d86c3d
commit
158b6a46ca
Loading…
Reference in new issue