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 should use jul in the instrumentation-api and library instrumentation to be consistent with SDK and limit dependencies
we should use jul in javaagent instrumentation because using two different logging libraries feels icky
For now at least, the javaagent will continue to shade all jul usage to PatchLogger.java (which will still use slf4j/slf4jsimple under the hood) for the reasons @laurit mentioned above #5053 (comment), and we will explore redirecting logging to user application logging separately in #5059
The text was updated successfully, but these errors were encountered:
Discussed in #5053
For now at least, the javaagent will continue to shade all jul usage to PatchLogger.java (which will still use slf4j/slf4jsimple under the hood) for the reasons @laurit mentioned above #5053 (comment), and we will explore redirecting logging to user application logging separately in #5059
The text was updated successfully, but these errors were encountered: