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

Add NoOpLogger. #543

Closed
wants to merge 1 commit into from
Closed

Conversation

maciejwalkowiak
Copy link

Fixes #535

Context

We are using p6spy in Sentry Java SDK to provide JDBC statements tracing. By default P6Spy creates a log file which isn't needed and is rather harmful in this scenario. There should be a simple way to disable logging.

https://forum.sentry.io/t/java-sdk-p6spy-log-file/16040

@gavlyukovskiy
Copy link
Member

See #535 (comment)

@maciejwalkowiak
Copy link
Author

Thanks @gavlyukovskiy! Did not know about this option.

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

Successfully merging this pull request may close these issues.

Add new appender NoLogger.java for production use
2 participants