aryanmahawar205 opened a new pull request, #6433:
URL: https://github.com/apache/gravitino/pull/6433

   ### What changes were proposed in this pull request?
   
   The PR updates incorrect log format codes from `%s` to `{}` in the following 
lines:
   
   - Line 420
   - Line 483
   - Line 504
   - Line 525
   
   The original code in these lines used the `%s` placeholder, which is invalid 
for the logging framework used. It has been corrected to use `{}` to match the 
proper syntax for log messages.
   
   ### Why are the changes needed?
   
   This change is necessary to fix the incorrect log format codes in the 
codebase. The `%s` placeholder is not valid and can lead to incorrect log 
formatting or errors when the logs are generated. The correct placeholder 
syntax for this logging framework is `{}`.
   
   Fix: #6429
   
   ### Does this PR introduce _any_ user-facing change?
   
   No user-facing changes are introduced. This is an internal fix for the 
logging format.
   
   ### How was this patch tested?
   
   The changes were verified manually by reviewing the code and ensuring that 
all instances of `%s` were replaced with `{}` in the affected lines. No new 
functionality was added, so no additional tests were required.


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

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

Reply via email to