Bug 1289401

Summary: add logging for qdrouterd service
Product: Red Hat Satellite Reporter: Chris Roberts <chrobert>
Component: InstallationAssignee: Stephen Benjamin <stbenjam>
Status: CLOSED NEXTRELEASE QA Contact: Katello QA List <katello-qa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: NightlyCC: bbuckingham, bkearney, jcallaha, stbenjam
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
URL: https://github.com/Katello/puppet-qpid/commit/abbcafcf592d808a6ee31327f4b1e6895cccec2e
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-01 20:02:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Chris Roberts 2015-12-08 02:10:25 UTC
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
}

Comment 1 Chris Roberts 2015-12-08 02:11:08 UTC
adding myself to the bug to create the patch

Comment 3 Stephen Benjamin 2016-01-15 20:17:47 UTC
The qpid module supports it, we just need to add it to the capsule and katello installer modules to configure some sensible log level by default.  You'd configure it like the other fragments:

https://github.com/Katello/puppet-capsule/blob/master/manifests/dispatch_router.pp#L19

Comment 6 Bryan Kearney 2016-07-26 19:09:10 UTC
Moving 6.2 bugs out to sat-backlog.

Comment 7 Stephen Benjamin 2016-10-14 11:14:15 UTC
Created redmine issue http://projects.theforeman.org/issues/16928 from this bug

Comment 8 Bryan Kearney 2016-10-14 18:13:36 UTC
Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/16928 has been resolved.

Comment 10 Bryan Kearney 2017-08-01 20:02:41 UTC
The fix to this bug will be delivered with release 6.3 of Satellite.