Bug #5357
Many cases where an exception is caughted and printed w/o any context
Status: | Closed | Start date: | 11/19/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | christopher hoover | % Done: | 100% |
|
Category: | - | |||
Target version: | chirp-daily | |||
Chirp Version: | daily | Platform: | All | |
Model affected: | (All models) |
Description
There are many cases where an exception is caught and logged to error (log.error(e)) without any context.
This makes it harder than it could be to track down the location of problems (such as split(None) in memedit).
Associated revisions
Remove "naked" logging of exceptions #5357
History
Updated by Bernhard Hailer about 2 years ago
- Status changed from New to Closed
- Target version set to chirp-daily
- % Done changed from 0 to 100
- Chirp Version changed from 0.4.0 to daily
Appears to be complete.