kamilkrzywanski opened a new pull request, #3719: URL: https://github.com/apache/logging-log4j2/pull/3719
We should improve the implementation of StatusLogger by extracting all regular expressions used for property normalization and matching into clearly named, precompiled Pattern constants. This change would: Avoid repeated calls to Pattern.compile(...), improving performance. Increase readability and maintainability by clearly naming intent of regex patterns. -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org