Modify ↓
Opened 10 years ago
Closed 9 years ago
#12079 closed enhancement (fixed)
Show report number with exception message "Exception caught while executing report"
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.7 |
Component: | report system | Version: | |
Severity: | normal | Keywords: | log |
Cc: | Branch: | ||
Release Notes: |
Report id is logged when exception is caught executing a report. |
||
API Changes: | |||
Internal Changes: |
Description
When the message Exception caught while executing report is found in the logs, it would be useful to know the id of the report that was being executed. The report id is logged at debug level, but the exception is logged at warning level: tags/trac-1.0.5/trac/ticket/report.py@:685-686,697-698,751-752#L662.
Attachments (0)
Change History (2)
comment:1 by , 10 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Committed to 1.0-stable in [14093], merged to trunk in [14094].