kuenishi opened a new pull request #3001: URL: https://github.com/apache/ozone/pull/3001
## What changes were proposed in this pull request? Frequent errors such as NoSuchBucket or NoSuchKey must not write down error logs. They should be in audit logs in principles. Otherwise, we may miss important errors like NullPointerException that does not appear in healthy system. To make sure that we can keep eyes on system health than access by applications, errors that stem from applications must not be printed in normal log files. ## What is the link to the Apache JIRA HDDS-6206 ## How was this patch tested? Unit tests by CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
