Skip to content

io.druid.initialization.LogLevelAdjuster uses log4j directly #1805

@drcrallen

Description

@drcrallen

Ideally nothing in druid would explicitly depend on anything other than slf4j for logging. But io.druid.initialization.LogLevelAdjuster explicitly uses

import org.apache.log4j.Level;
import org.apache.log4j.Logger;

This makes using alternate slf4j implementations like logback much harder.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions