diff --git a/akka-http-core/src/main/scala/akka/http/scaladsl/Http.scala b/akka-http-core/src/main/scala/akka/http/scaladsl/Http.scala index e231f5013a..9e9bfc4532 100644 --- a/akka-http-core/src/main/scala/akka/http/scaladsl/Http.scala +++ b/akka-http-core/src/main/scala/akka/http/scaladsl/Http.scala @@ -419,7 +419,7 @@ class HttpExt(config: Config)(implicit system: ActorSystem) extends akka.actor.E import scala.collection.JavaConverters._ val gateways = hostPoolCache.values().asScala - system.log.info("Initiating orderly shutdown of all active host connections pools...") + system.log.debug("Initiating orderly shutdown of all active host connections pools...") Future.sequence(gateways.map(_.flatMap(_.shutdown()))).map(_ ⇒ ()) }