Skip to content

Commit

Permalink
Reduce level of "Accepted connection" log message
Browse files Browse the repository at this point in the history
  • Loading branch information
diesalbla authored Jan 6, 2022
1 parent 8c14988 commit 44a742a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ private final class NIO1SocketServerGroup private (
case Success(tail) =>
tail.base(head)
head.inboundCommand(Command.Connected)
logger.info(s"Accepted connection from $address")
logger.debug(s"Accepted connection from $address")

case Failure(ex) =>
// Service rejection isn't a network failure, so we close with None
Expand Down

0 comments on commit 44a742a

Please sign in to comment.