lamber-ken opened a new pull request #1429:
URL: https://github.com/apache/hadoop-ozone/pull/1429
## What changes were proposed in this pull request?
Fix wrong logger name, the logger name doesn't match the class name.
example
```
public class OMBucketSetAclRequest extends OMBucketAclRequest {
private static final Logger LOG =
LoggerFactory.getLogger(OMBucketAddAclRequest.class);
```
## What is the link to the Apache JIRA
https://issues.apache.org/jira/projects/HDDS/issues/HDDS-4250
## How was this patch tested?
not need.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]