You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: