Actions
Bug #16928
closedadd logging for qdrouterd service
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1289401
Description of problem:
By default qdrouterd does not have a stanza for logging. Please add logging for new installs
Version-Release number of selected component (if applicable):
6.1
Steps to Reproduce:
1. Install Satellite 6.1
2. try to view logs in /var/log directory
Actual results:
Nothing in /var/log for qdrouterd
Expected results:
qdrouterd to have a folder and logs inside to help diagnose connection issues
Additional info:
https://github.com/Katello/puppet-qpid/tree/master/templates/router
log {
module: DEFAULT
enable: debug+
timestamp: true
output: /var/log/qdrouterd.log
}
Actions