Skip to content
New issue

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

Jasperreports #1

Open
danielpeintner opened this issue Dec 2, 2019 · 0 comments
Open

Jasperreports #1

danielpeintner opened this issue Dec 2, 2019 · 0 comments

Comments

@danielpeintner
Copy link
Owner

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant