Skip to content

logback.xml not excluded in final jar artifact #1015

Open
@matthieugeerebaert

Description

Hello,

is there a particular reason to not exclude logback.xml from final jar artifact like it is done with swagger-codegen for instance

https://github.com/swagger-api/swagger-codegen/blob/3.0.0/modules/swagger-codegen/pom.xml

        <resources>
            <resource>
                <directory>src/main/resources</directory>
                <excludes>
                    <exclude>logback.xml</exclude>
                </excludes>
            </resource>
        </resources>

I use it as a dependency ( maybe I am wrong ) and I suspect it changed our default logging configuration

https://github.com/swagger-api/swagger-codegen-generators/blob/master/src/main/resources/logback.xml

    <root level="error">
        <appender-ref ref="STDOUT"/>
    </root>

Metadata

Assignees

No one assigned

    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