Actions
Bug #27351
closedTurn off rolling log appender by default
Description
It looks like TwP/logging gem's Rolling File implementation is not thread safe and it can be causing issues during reopens. Smart-proxy configures Rolling File appender and this can't be turned off. Default behavior is weekly rolling or by 100 MiB size, this patch changes it to use simple File appender and rely on logrotate which we configure by default anyway
Actions