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
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/667 added
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 35f9d1866bc6a3ee225a1366bde30a7cde054616.
Actions