Skip to content

Commit

Permalink
Change noisy log line level from 'Info' to 'Debug' (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
buxomant authored Jan 17, 2025
1 parent b8c3463 commit eb39dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/dtx_codec/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (g GlobalDispatcher) Dispatch(msg Message) {
"msg": logmsg[0],
"pid": msg.Auxiliary.GetArguments()[1],
"time": msg.Auxiliary.GetArguments()[2],
}).Info("outputReceived:fromProcess:atTime:")
}).Debug("outputReceived:fromProcess:atTime:")
}
return
}
Expand Down

0 comments on commit eb39dd8

Please sign in to comment.