Skip to content

logging.config in config/application.yml not picked up #9931

@ceefour

Description

@ceefour

Contents of config/application.yml :

logging:
  config: config/logback.xml

If launched simply with: (this doesn't work, all I get is Spring Boot default logging)

java -Djava.awt.headless -jar satukancinta-server-3.0.0-SNAPSHOT.jar

However this works:

java -Djava.awt.headless -Dlogging.config=config/logback.xml -jar satukancinta-server-3.0.0-SNAPSHOT.jar

So the logging.config configuration in config/application.yml is useless.

Spring Boot 1.5.4.

Probably related to #7099.

Metadata

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