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

Disable debugging output #2

Open
ktk opened this issue Feb 9, 2016 · 3 comments
Open

Disable debugging output #2

ktk opened this issue Feb 9, 2016 · 3 comments

Comments

@ktk
Copy link

ktk commented Feb 9, 2016

In the old versions I once tried to figure out about how to disable the debugging output, this slows down processing for bulk-transforms. Is there a way to to that?

@andimou
Copy link
Collaborator

andimou commented Feb 9, 2016

Create src/main/resources/log4j.properties with log4j.rootLogger=INFO,stdout,file and re-generate the jar. That should make the trick. I'll commit it at next push.

@ktk
Copy link
Author

ktk commented Feb 9, 2016

great tnx

@natancox
Copy link

some log statement do string concatenation without an if test like in if (log.isDebugEnabled()) log.debug(...);
Those will still slow down the processing.

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

3 participants