Skip to content

slf4j bridge - add configuration, which allow to exclude LogSpan with logger name #1003

@justcoon

Description

@justcoon

current implementation adding LogSpan with logger name

val logSpan = zio.LogSpan(logger.name, java.lang.System.currentTimeMillis())

this was added in some early stages of implementation (in slf4j-bridge (slf4j v1), slf4j2-bridge (slf4j v2) was made based on slf4j-bridge) where there were changes from Zio1 to Zio2

Ideally there should be feature flag, which allow to disable it, configuration should be made in way, that there is possibility to add new features

there should be implementation for slf4j-bridge (slf4j v1) and slf4j2-bridge (slf4j v2)

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