You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/04/18 02:54:12 UTC

[GitHub] [bookkeeper] hangc0276 opened a new pull request, #3213: Format log info

hangc0276 opened a new pull request, #3213:
URL: https://github.com/apache/bookkeeper/pull/3213

   ### Motivation
   In PR #2455 , It convert all `System.*.print` statements to `LOG.* statements`. However, in `LOG.*` statements, it uses string concatenation to print messages, which is low performance.
   
   ### Changes
   Change the string concatenation format to `LOG.*` standard statements
   
   


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] hangc0276 commented on pull request #3213: Format log statements

Posted by GitBox <gi...@apache.org>.
hangc0276 commented on PR #3213:
URL: https://github.com/apache/bookkeeper/pull/3213#issuecomment-1101067718

   rerun failure checks


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] dlg99 merged pull request #3213: Format log statements

Posted by GitBox <gi...@apache.org>.
dlg99 merged PR #3213:
URL: https://github.com/apache/bookkeeper/pull/3213


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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