Skip to content

Commit

Permalink
Logback 1.2.9 removed Groovy configuration support (logback.groovy)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Dec 28, 2021
1 parent ac50a6e commit 3304f59
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -58,7 +58,6 @@ class LogbackLoggerConfigurator extends LoggerConfigurator {
case _ => Stream.empty
}
(testConfigs ++ Stream(
GROOVY_AUTOCONFIG_FILE,
AUTOCONFIG_FILE,
if (env.mode == Mode.Dev) "logback-play-dev.xml" else "logback-play-default.xml"
)).flatMap(env.resource).headOption
Expand Down

0 comments on commit 3304f59

Please sign in to comment.