Generally we should only be logging "ERROR"s when there is an internal server error. Requests that result in a validation error should be getting log'd as "WARN" or even "DEBUG". Correctly logging under the the right catagory will allow directory operators to appropriately monitor and alert on the logs that matter.
Generally we should only be logging "ERROR"s when there is an internal server error. Requests that result in a validation error should be getting log'd as "WARN" or even "DEBUG". Correctly logging under the the right catagory will allow directory operators to appropriately monitor and alert on the logs that matter.