mchades opened a new issue, #6429:
URL: https://github.com/apache/gravitino/issues/6429

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   There are some wrong log format codes, like
   
https://github.com/apache/gravitino/blob/708b61055c196c2d7042b452d41de3f97092024f/core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java#L420
   
   The correct code should be:
   ```java
   LOG.warn("Schema {} location is not found", defaultSchemaIdent);
   ```
   
   ### Error message and/or stacktrace
   
   `%s` is not a valid placeholder, should use `{}` instead
   
   ### How to reproduce
   
   no need
   
   ### Additional context
   
   _No response_


-- 
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: commits-unsubscr...@gravitino.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to