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
pyroscope jar creates a shadow copy of all dependncies and has no logger dependency.
If it is loaded as javaagent - I dont see a good way to use logging frameworks? Do you?
If it is loaded as a java dependency from java code - you can pass a logger interface implementation passing calls to whatever logging framework is used in the app. Does it make sense and work for you?
pyroscope-java currently uses a custom logger implementation.
I'd like to propose the usage of a dedicated logging framework like SLF4J. What do you think?
The text was updated successfully, but these errors were encountered: