RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1365280 - default_log_level in rhsm.conf should be INFO to honor bug 1266935
Summary: default_log_level in rhsm.conf should be INFO to honor bug 1266935
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: subscription-manager
Version: 7.3
Hardware: Unspecified
OS: Unspecified
high
low
Target Milestone: rc
: 7.3
Assignee: Chris Snyder
QA Contact: John Sefler
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-08 19:26 UTC by John Sefler
Modified: 2016-11-03 20:30 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-03 20:30:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github candlepin python-rhsm pull 178 0 None closed 1365280: Update default_log_level to INFO 2020-06-25 10:34:12 UTC
Github candlepin subscription-manager pull 1465 0 None closed 1365280: Change default log level back to INFO 2020-06-25 10:34:12 UTC
Red Hat Product Errata RHSA-2016:2592 0 normal SHIPPED_LIVE Moderate: subscription-manager security, bug fix, and enhancement update 2016-11-03 12:10:42 UTC

Description John Sefler 2016-08-08 19:26:26 UTC
Description of problem:

Prior to an upgrade that pulls in recent changes for bug 1334916, the default logging level in /etc/rhsm/logging.conf was INFO as established by bug 1226935.  After an upgrade that includes subscription-manager commit https://github.com/candlepin/subscription-manager/commit/7218097e03b9255e74c41e13772698fc52f92ec6 the new default logging level is DEBUG.  This should be INFO.


Version-Release number of selected component (if applicable):
[root@jsefler-rhel7 ~]# rpm -q subscription-manager
subscription-manager-1.18.1-1.git.22.98d5d5f.el7.x86_64

How reproducible:


Steps to Reproduce:
[root@jsefler-rhel7 ~]# rpm -q subscription-manager
subscription-manager-1.17.9-1.el7.x86_64
[root@jsefler-rhel7 ~]# grep "handler_rhsm_log" -A2 /etc/rhsm/logging.conf 
[handler_rhsm_log]
class=subscription_manager.logutil.RHSMLogHandler
level=INFO

Upgrade subscription-manager to include the fix for bug 1334916

[root@jsefler-rhel7 ~]# rpm -q subscription-manager
subscription-manager-1.18.1-1.git.22.98d5d5f.el7.x86_64
[root@jsefler-rhel7 ~]# grep "logging" -A1 /etc/rhsm/rhsm.conf 
[logging]
default_log_level = DEBUG



Actual results:
   default_log_level = DEBUG

Expected results:
   default_log_level = INFO

Additional info:

Comment 3 Shwetha Kallesh 2016-08-30 10:09:48 UTC
verified that Default log level is INFO in /etc/rhsm/rhsm.conf file

[root@dhcp35-208 ~]# subscription-manager version
server type: This system is currently not registered.
subscription management server: 0.9.51.11-1
subscription management rules: 5.15
subscription-manager: 1.17.11-1.el7
python-rhsm: 1.17.7-1.el7


[root@dhcp35-208 ~]# grep "logging" -A1 /etc/rhsm/rhsm.conf 
[logging]
default_log_level = INFO

Comment 5 errata-xmlrpc 2016-11-03 20:30:27 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHSA-2016-2592.html


Note You need to log in before you can comment on or make changes to this bug.