Skip to content

Commit

Permalink
#944 Reduced logging
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjstevo committed Nov 1, 2023
1 parent 985c035 commit 6357a39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class DefaultMessageHandler(val channel: Channel,
private def sendUpdatesInternal(updates: Seq[ViewPortUpdate], highPriority: Boolean = false) = {
if (updates.nonEmpty) {

logger.info(s"ASYNC-SVR-OUT: Sending ${updates.size} updates")
logger.debug(s"ASYNC-SVR-OUT: Sending ${updates.size} updates")

val formatted = formatDataOutbound(updates)

Expand Down

0 comments on commit 6357a39

Please sign in to comment.