Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Aug 12, 2023
1 parent ea8595b commit 65df970
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ class LogbackLoggerConfigurator extends LoggerConfigurator {
}
}

/**
* Copied from https://github.com/qos-ch/logback/commit/4b06e062488e4cb87f22be6ae96e4d7d6350ed6b
* See #11907
*/
private def configureByResource(ctx: LoggerContext, url: URL): Unit = {
val urlString = url.toString
if (urlString.endsWith("xml")) {
Expand Down

0 comments on commit 65df970

Please sign in to comment.