ppkarwasz commented on PR #3719:
URL: https://github.com/apache/logging-log4j2/pull/3719#issuecomment-2954785747
The normalization logic in `StatusLogger` only needs to support the five
legacy constants listed below and their corresponding normalized forms. There's
no need for complex logic
vy commented on PR #3719:
URL: https://github.com/apache/logging-log4j2/pull/3719#issuecomment-2954276836
> We should improve the implementation of StatusLogger by extracting all
regular expressions used for property normalization and matching into clearly
named, precompiled Pattern constan
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