Actions
Bug #11653
closedstdout warning about use of "SYSLOG" logger on every startup
Description
The smart proxy now warns about lack of syslog on some platforms on every startup, which is overly verbose, since #11323.
a) Formatting is messy with init scripts, see below.
b) "Ignoring" implies that it was asked to use syslog, but it isn't configured for that (it has the default file).
c) In a default configuration on Ruby 1.9.3, it's too verbose.
# service foreman-proxy restart Restarting foreman-proxy: foreman-proxySetting log_file=SYSLOG not supported on this platform, ignoring .
Updated by Dominic Cleal about 9 years ago
- Related to Refactor #11323: Refactor PID writing, interrupt trap and daemon logging added
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/315 added
- Pull request deleted (
)
Updated by Anonymous about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e0497ca9b3ab7d0be272847c2cbdae9850cc6e1d.
Actions