Fri Apr 21 20:02:16 2006
Ticket #48 (Closed: fixed)
logging behavior: ignore root logger settings
| Priority: | normal | Reporter: | jpellerin |
|---|---|---|---|
| Severity: | normal | Assigned to: | jpellerin |
| Component: | nose | Status: | closed |
| Version: | 0.9 | Resolution: | fixed |
| Milestone: | 0.9a1 | Keywords: |
Description by jpellerin:
Since nose is likely to be run in unstable environments where users are setting their root or other loggers to debug to debug their own code, and those users are probably not interested in nose's debug info, nose should explicitly override the root logger settings in the 'nose' domain. Don't use basicConfig, but compose a handler and formatter and set the log level to whatever is appropriate for the selected verbosity level.
Changelog
Fri Apr 21 20:02:24 2006: Modified by jpellerin
- status changed from new to assigned
Sun Apr 23 18:55:06 2006: Modified by jpellerin
- resolution set to fixed
- status changed from assigned to closed

Fixed in [26]