Bug 1366055
| Summary: | man page for rhsm.conf is missing info on new [logging] section | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | John Sefler <jsefler> |
| Component: | subscription-manager | Assignee: | Chris Snyder <csnyder> |
| Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> |
| Severity: | medium | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 7.3 | CC: | csnyder, redakkan, skallesh, vrjain |
| Target Milestone: | rc | Keywords: | EasyFix, Triaged |
| Target Release: | 7.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-03 20:30:30 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
John Sefler
2016-08-10 22:15:03 UTC
Proposed PR attached as an external tracker. [root@dhcp35-138 ~]# egrep "^\[" /etc/rhsm/rhsm.conf
[server]
[rhsm]
[rhsmcertd]
[logging]
[root@dhcp35-138 ~]# man -P cat rhsm.conf | egrep "^\["
[SERVER] OPTIONS
[RHSM] OPTIONS
[RHSMCERTD] OPTIONS
[LOGGING] OPTIONS
Marking verified
Man page has been updated with info the new logging section:
[root@dhcp35-138 ~]# rpm -qa | grep subscription-manager
subscription-manager-1.17.11-1.el7.x86_64
man -P cat rhsm.conf
RHSM.CONF(5)
<snip>
[LOGGING] OPTIONS
default_log_level
The default log level for all loggers in subscription-manager, python-rhsm, rhsmd, and rhsmcertd. Note: Other keys in this section will override this
value for the specified logger.
MODULE_NAME[.SUBMODULE ...] = [log_level]
Logging can be configured on a module-level basis via entries of the format above where:
module_name is subscription_manager, rhsm, or rhsm-app.
submodule can be optionally specified to further override the logging level down to a specific file.
log_level is the log level to set the specified logger (one of: DEBUG, INFO, WARNING, ERROR, or CRITICAL).
</snip>
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 |