Actions
Feature #32968
closedIt is not easy to increase the log level of the Pulp 3 backend
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
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.
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Eric Helms
- Pull request https://github.com/theforeman/puppet-pulpcore/pull/212 added
Updated by The Foreman Bot over 3 years ago
- Pull request https://github.com/theforeman/hammer-cli-foreman-admin/pull/12 added
Updated by Ewoud Kohl van Wijngaarden over 3 years ago
- 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
- Description updated (diff)
- Category set to Foreman modules
- Triaged changed from No to Yes
Updated by Ewoud Kohl van Wijngaarden over 3 years ago
- Tracker changed from Bug to Feature
Updated by The Foreman Bot over 3 years ago
- Pull request https://github.com/theforeman/puppet-pulpcore/pull/215 added
Updated by Eric Helms over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-pulpcore|b51aee53fc9d6081c5edde451b2ed04d90059d9d.
Updated by Ewoud Kohl van Wijngaarden about 3 years 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.
Actions