Bug #10866
Route 404 exceptions from error to info
Description
Currently if a resource is not found, Runcible throws an error citing 404 ResourceNotFound. This really shouldn't be an error, but should still be logged. Change the error message to an info message.
Associated revisions
Fixes #10866 - changes 404 exceptions from error to info
History
#1
Updated by Eric Helms almost 7 years ago
- Assignee set to Christine Fouant
- Legacy Backlogs Release (now unused) set to 67
- Triaged changed from No to Yes
#2
Updated by Christine Fouant over 6 years ago
- Status changed from New to Closed
#3
Updated by Eric Helms over 6 years ago
- Legacy Backlogs Release (now unused) changed from 67 to 130
Merge pull request #144 from cfouant/404
fixes #10866 - changes 404 exceptions from error to info, BZ1136081