Description of problem: /etc/pulp/logging/basic.cfg is setup such that any logger within the pulp namespace can only log at the INFO level. We should definitely be logging errors at the ERROR level, and we could probably benefit from proper use of all of the log levels. How reproducible: Within any module in the pulp namespace: logger = logging.getLogger(__name__); logger.error('stuff') Actual results: message that no handler was found Expected results: log the message
verified
Pulp v2.0 released