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
The org.eclipse.angus.activation.LogSupport uses a JUL logger under the hood but calls the standard log methods. This will cause all log records to report a caller of LogSupport.log while correct is not helpful.
What should happen is the LogSupport should be updated to find the caller of LogSupport and that frame should be passed to JUL using the log precise methods.