Bug 847304

Summary: Cannot log at levels other than INFO
Product: [Retired] Pulp Reporter: Michael Hrivnak <mhrivnak>
Component: z_otherAssignee: Michael Hrivnak <mhrivnak>
Status: CLOSED CURRENTRELEASE QA Contact: Preethi Thomas <pthomas>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.0.6Keywords: Triaged
Target Milestone: ---   
Target Release: Sprint 40   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-09 17:09:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Hrivnak 2012-08-10 13:55:36 UTC
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

Comment 1 Preethi Thomas 2012-11-06 15:16:18 UTC
verified

Comment 2 Preethi Thomas 2013-01-09 17:09:17 UTC
Pulp v2.0 released