Ticket #965 (closed defect: fixed)
Logging looks for classes only in one place
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | TurboGears | Version: | 0.9a6 |
Severity: | normal | Keywords: | |
Cc: |
Description
Turbogears' logging component looks only in one place to look up logging handlers, namely logging.dict. But that of course fails with some other handlers such as SysLogHandler?, that are defined in logging.handlers.dict instead.
Change History
comment:1 Changed 13 years ago by roger.demetrescu
- Status changed from new to closed
- Resolution set to invalid
Note: See
TracTickets for help on using
tickets.