Unable to switch off logging to syslog when qpidd runs as daemon
-----------------------------------------------------------------
Key: QPID-3482
URL: https://issues.apache.org/jira/browse/QPID-3482
Project: Qpid
Issue Type: Bug
Components: C++ Broker
Affects Versions: 0.10
Reporter: Pavel Moravec
Priority: Trivial
Fix For: 0.14
When qpidd runs as daemon, it is impossible to switch off its logging to syslog:
qpidd --log-to-syslog no --log-to-file /tmp/qpidd.txt -d
causes logs go to syslog, while:
qpidd --log-to-syslog no --log-to-file /tmp/qpidd.txt
doesn't log to syslog.
I think the issue is caused by -d flag overriding log-to-syslog option:
Daemon options:
-d [ --daemon ] Run as a daemon. Logs to syslog by default in
this mode.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]