vy opened a new issue, #2063: URL: https://github.com/apache/logging-log4j2/issues/2063
`LevelResolver` contains caches for `Level`-to-`String` conversion. These caches are populated _only once_ at class initialization and used throughout the lifetime of the class. Though `Level.values()` used for populating these caches are not constant and hence can cause `LevelResolver` to miss entries for levels that are added after the class initialization. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
