Skip to content

Commit

Permalink
Merge pull request #600 from diesalbla/patch-1
Browse files Browse the repository at this point in the history
Reduce level of "Accepted connection" log message
  • Loading branch information
danicheg authored Jan 8, 2022
2 parents 8c14988 + 44a742a commit b896ac7
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 b896ac7

Please sign in to comment.