fix link in comment (#31063)

Co-authored-by: Arnout Engelen <arnout@engelen.eu>
This commit is contained in:
GKuldeepak-Knoldus 2022-02-15 16:58:22 +05:30 committed by GitHub
parent 91defdfc7f
commit 2f5c19eb02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 =>