Actions
Story #2548
closedAs an administrator, I can configure how pulp logs
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.13.0
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
As an administrator, I should be able to configure how and where pulp logs. Pulp currently assumes that all logs will go to syslog but this can be a broken assumption. Most containers don't have syslog available to them and instead may prefer a file or to log directly to the console.
Most likely the following types will cover most use cases:
Syslog
File
Console
This would ideally be configurable in the server configuration file with options for logging type and file (if applicable).
Related issues
Actions
Add console logger option for pulp.server.
This is related to https://pulp.plan.io/issues/2548
This will allow for more logging options for pulp especially when /dev/log isn't available as is the case in most containers.