Ticket #7288 (closed defect: duplicate)
[PATCH] Log level is too high for missing optional dependencies
| Reported by: | Dave Gynn <dgynn@…> | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11-stable |
| Severity: | normal | Keywords: | |
| Cc: |
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
Change History
Note: See
TracTickets for help on using
tickets.


