Bug 847304 - Cannot log at levels other than INFO
Summary: Cannot log at levels other than INFO
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: z_other
Version: 2.0.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Sprint 40
Assignee: Michael Hrivnak
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-10 13:55 UTC by Michael Hrivnak
Modified: 2013-01-09 17:09 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-01-09 17:09:17 UTC
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.