Feature #32968
It is not easy to increase the log level of the Pulp 3 backend
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
Pull request:
Fixed in Releases:
Found in Releases:
Description
To debug issues with Pulp 3, it is important to set the log level to DEBUG.
This can be achieved by putting
"LOGGING = {"dynaconf_merge": True, "loggers": {'': {'handlers': ['console'], 'level': 'DEBUG'}}}" in "/etc/pulp/settings.py".
It would be much easier if that line was already there with the default log-level.
Associated revisions
History
#1
Updated by The Foreman Bot about 1 year ago
- Assignee set to Eric Helms
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-pulpcore/pull/212 added
#2
Updated by The Foreman Bot about 1 year ago
- Pull request https://github.com/theforeman/hammer-cli-foreman-admin/pull/12 added
#3
Updated by Ewoud Kohl van Wijngaarden about 1 year ago
- Triaged changed from No to Yes
- Category set to Foreman modules
- Description updated (diff)
- Subject changed from b'It is not easy to increase the log level of the Pulp 3 backend' to It is not easy to increase the log level of the Pulp 3 backend
#4
Updated by Ewoud Kohl van Wijngaarden about 1 year ago
- Tracker changed from Bug to Feature
#5
Updated by The Foreman Bot about 1 year ago
- Pull request https://github.com/theforeman/puppet-pulpcore/pull/215 added
#6
Updated by Eric Helms about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-pulpcore|b51aee53fc9d6081c5edde451b2ed04d90059d9d.
#7
Updated by Ewoud Kohl van Wijngaarden about 1 year ago
- Target version set to 2.5.2
- Fixed in Releases 2.5.2 added
The installer side was cherry picked to 2.5.2, I'm not sure if the hammer side was. However, this is the installer changelog so I'm setting that as the Fixed in version.
Fixes #32968: Add ability to modify log level