| Issue 3: | Logging exceptions as errors | |
| 1 person starred this issue and may be notified of changes. | Back to list |
The log.debug('%s', exc) should be changed to log.error('%s', exc) since
these are real errors you surely want to see in the log file.
|
|
,
May 12, 2008
(No comment was entered for this change.)
Status: Accepted
Owner: bcorfman1 |
|
|
|