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 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 over 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