RPC server: Do not log exceptions with 4xx HTTP status codes
They are client errors, therefore it does not make sense to log them as exceptions (which is only useful for debugging the server).
Please register or sign in to comment
They are client errors, therefore it does not make sense to log them as exceptions (which is only useful for debugging the server).