Skip to content

[Feature]: Define LogLevel via NeonBeeTestBase #281

@pk-work

Description

@pk-work

Is there an existing issue for this?

  • I have searched the existing issues

The Problem

NeonBeeTestBase is always using the NeonBeeTestBase-Logback.xml from the class path. In this config the log level is set to debug.

It is not possible to change the log level, because there is no place between log config creation and boot up where I could modify the config.

Desired Solution

Move responsibility for the logback config from NeonBeeTestBase to WorkingDirectoryBuilder. Add some kind of option or method I can use to set the default log level.

Alternative Solutions

Add some kind of option or method I can use to set the default log level in NeonBeeTestBase.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions