tfmorris commented on issue #4248:
URL:
https://github.com/apache/logging-log4j2/issues/4248#issuecomment-5256577295
> does a clean build with the original annotation still fail?
Yes.
Here's the relevant section of the `log4j.properties` file:
```
status = error
name = Log4j2PropertiesConfig
packages = com.google.refine.logging
appenders = console
appender.console.type = Console
appender.console.name = LogToConsole
appender.console.layout.type = IndentingLayout
#appender.console.layout.pattern = %d [%t] %-5p %c - %m%n
rootLogger.level = info
rootLogger.appenderRefs = stdout
rootLogger.appenderRef.stdout.ref = LogToConsole
```
--
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]