kommone-bub opened a new issue, #3620: URL: https://github.com/apache/logging-log4j2/issues/3620
## Description We have the problem, that that Log4j2 logs for some apache packages/classes like this : loglevel like DEBUG (that is ok) then a hash sign # (don't know from where the hash sign is then this class path org.apache.log4j.Level It looks then like this: DEBUG**#org.apache.log4j.Level** (it may also be the same for INFO level) **** [A clear and concise description of what the bug is.] 16:25:16,747 DEBUG**#org.apache.log4j.Level** (org.apache.commons.digester.Digester)- [SetPropertiesRule]{dialogs/dialog/end} Setting property 'name' to 'exitDialog' 16:25:16,747 DEBUG**#org.apache.log4j.Level** (org.apache.commons.digester.Digester)- [SetPropertiesRule]{dialogs/dialog/end} Set org.apache.shale.dialog.basic.config.EndStateImpl properties 16:25:16,747 DEBUG**#org.apache.log4j.Level** (org.apache.commons.beanutils.BeanUtils)- BeanUtils.populate(EndState[dialog=<null>,name=null,viewId=null], {name=exitDialog}) 16:25:16,747 DEBUG**#org.apache.log4j.Level** (org.apache.commons.beanutils.ConvertUtils)- Convert string 'exitDialog' to class 'java.lang.String' 16:25:16,747 DEBUG**#org.apache.log4j.Level** (org.apache.commons.beanutils.converters.StringConverter)- Converting 'String' value 'exitDialog' to type 'String' 16:25:16,747 **DEBUG#org.apache.log4j.Level** (org.apache.commons.digester.Digester)- Fire begin() for SetNextRule[methodName=addState, paramType=org.apache.shale.dialog.basic.model.State] 16:25:16,747 DEBUG**#org.apache.log4j.Level** (org.apache.commons.digester.Digester.sax)- endElement(,,end) 16:25:16,747 DEBUG**#org.apache.log4j.Level (org.apache.commons.digester.Digester)- match='dialogs/dialog/end' ## Configuration **Version:** [Log4j version] **Operating system:** [OS and version] **JDK:** [JDK distribution and version] ## Logs ``` [Stacktraces, errors, etc. relevant applications logs.] ``` ## Reproduction This is difficult to provide because we have a very big application and I do not know so well how to separate that problem. [An isolated test reproducing the test. JUnit tests similar to the ones in the code base are extremely appreciated.] -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org