Skip to content

About article "Logging in Spring Boot" #13709

@TusharGirase

Description

@TusharGirase

In this article Topic 4 says we can set any of the files as below
logback-spring.xml
logback.xml
logback-spring.groovy
logback.groovy

But in the source code logback-spring.xml is missing

@Override protected String[] getStandardConfigLocations() { return new String[] { "logback-test.groovy", "logback-test.xml", "logback.groovy", "logback.xml" }; }

Above method is from LogbackLoggingSystem class from Spring Boot 3.0.5 version. Need to remove this file name from article.

Metadata

Metadata

Assignees

No one assigned

    Labels

    on-jiratriagedIssues reviewed by a dev and considered valid. Will be added in Jira.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions