We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://community.jaspersoft.com/questions/1037691/no-log-messages-eclipse-console
java.util.logging.ErrorManager: 5 Handler.reportError caught:
-Dlog4j.configurationFile=log4j2.xml
log4j2.xml
<?xml version="1.0" encoding="UTF-8"?> <Configuration status="WARN"> <Appenders> <Console name="Console" target="SYSTEM_OUT"> <PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/> </Console> </Appenders> <Loggers> <Root level="all"> <AppenderRef ref="Console"/> </Root> </Loggers> </Configuration>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://community.jaspersoft.com/questions/1037691/no-log-messages-eclipse-console
java.util.logging.ErrorManager: 5
Handler.reportError caught:
-Dlog4j.configurationFile=log4j2.xml
log4j2.xml
The text was updated successfully, but these errors were encountered: