Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.3.5, 1.4-RC1
-
None
-
None
Description
Client errors are not programming errors, nor fatal errors, nor errors realy at all on the server side. The server should just handle it as a normal occurrence (a resource is requested that does not exist, i.e., 404).
I agree that the current log statements are useful for development/debugging purposes, so I suggest to demote the log.error statements in the respond method to log.debug statements.
Patch is attached.