fix link in comment (#31063)
Co-authored-by: Arnout Engelen <arnout@engelen.eu>
This commit is contained in:
parent
91defdfc7f
commit
2f5c19eb02
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ import scala.annotation.tailrec
|
|||
LoggerFactory.getLogger(loggerNameOrRoot(loggerName)) match {
|
||||
case logger: ch.qos.logback.classic.Logger => logger
|
||||
case _: org.slf4j.helpers.SubstituteLogger if count > 0 =>
|
||||
// Wait for logging initialisation http://www.slf4j.org/codes.html#substituteLogger
|
||||
// Wait for logging initialisation https://www.slf4j.org/codes.html#substituteLogger
|
||||
Thread.sleep(50)
|
||||
getLogbackLoggerInternal(loggerName, count - 1)
|
||||
case null =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue