Skip to content

Add janino dependency to allow conditions within logback config #107

@devatherock

Description

@devatherock

Sample include:

implementation group: 'org.codehaus.janino', name: 'janino', version: '3.0.6'

Sample condition:

<if condition='property("micronaut.environments").contains("local")'>
    <then>
        <appender-ref ref="STDOUT"/>
    </then>
    <else>
        <appender-ref ref="FILE"/>
    </else>
</if>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions