Red Hat Bugzilla – Bug 1365280
default_log_level in rhsm.conf should be INFO to honor bug 1266935
Last modified: 2016-11-03 16:30:27 EDT
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:
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
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