Modify ↓
Opened 16 years ago
Closed 16 years ago
#7288 closed defect (duplicate)
[PATCH] Log level is too high for missing optional dependencies
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11-stable |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The load_eggs function in loader.py logs WARNING messages when optional dependencies are not found. This means that a correctly configured installation will almost always be logging warning messages. For example, Trac optionally requires SilverCity and will always log warning messages if it is not installed.
These messages are useful, but should be at the debug log level. The attached patch lowers the log level.
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | loader-missing-dep-warning.diff added |
---|
comment:1 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #5595.