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 .
Actions