-
Notifications
You must be signed in to change notification settings - Fork 54.1k
Closed
Labels
on-jiratriagedIssues reviewed by a dev and considered valid. Will be added in Jira.Issues reviewed by a dev and considered valid. Will be added in Jira.
Description
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
Labels
on-jiratriagedIssues reviewed by a dev and considered valid. Will be added in Jira.Issues reviewed by a dev and considered valid. Will be added in Jira.