Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARTEMIS-4020: Remove string appends and various isXEnabled logger che… #4247

Merged
merged 1 commit into from Oct 10, 2022

Commits on Oct 7, 2022

  1. ARTEMIS-4020: Remove string appends and various isXEnabled logger che…

    …cks (add some where useful)
    
    Logger statements should use formatting syntax and let the normal framework checks take care of
    checking if a logger is enabled instead of string concats and isXEnabled logger checks except
    in cases there is known expense to the specifc logging message/arg preparation or passing.
    
    Changes from myself and Robbie Gemmell.
    
    Co-authored-by: Robbie Gemmell <robbie@apache.org>
    tabish121 and gemmellr committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    6172693 View commit details
    Browse the repository at this point in the history