adoroszlai opened a new pull request, #6159:
URL: https://github.com/apache/ozone/pull/6159

   ## What changes were proposed in this pull request?
   
   `MiniOzoneCluster` has a setting to enable trace level logging, but it is 
never set to `true`.  Setting trace level logging globally is also useless, 
would result in too verbose logs.  Setting level for specific loggers as needed 
is more helpful.
   
   This PR proposes to remove `enableTrace` and related code.
   
   Config key `ozone.trace.enabled` can also be removed, since it is not used 
elsewhere.  (The description says it is useful for debugging the REST protocol. 
 Which was removed in favor of S3 Gateway years ago: HDDS-738.)
   
   https://issues.apache.org/jira/browse/HDDS-10287
   
   ## How was this patch tested?
   
   CI:
   https://github.com/adoroszlai/ozone/actions/runs/7768321799


-- 
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]

Reply via email to