Skip to content

LogSupport should infer correct caller frame #44

@jmehrens

Description

@jmehrens

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions