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

stop printing to sdtout/stderr #53

Open
shalom938 opened this issue May 5, 2024 · 1 comment
Open

stop printing to sdtout/stderr #53

shalom938 opened this issue May 5, 2024 · 1 comment

Comments

@shalom938
Copy link

we use posthog java in an intellij plugin, some users have connection issues because of firewalls/company proxies/ ssl certificates etc.
errors are printed to stdout/err and Idea log get exploded, HttpSender does e.printStackTrace()
its probably better to use some logging abstraction like JUL so logging level can be controlled.

@martypitt
Copy link

Came here to find this.

Please add SLF4J as a logging facade, so people can wire in their own loggers.

I'd be happy to put this on a PR - but it looks like PR's aren't getting merged...

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

2 participants