Update log levels.

This commit is contained in:
Jay
2026-04-23 19:00:01 -04:00
parent a3c1e684be
commit 3f0d95955c
3 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ func (c *Connection) Connect(ctx context.Context) error {
}
if c.logger != nil {
c.logger.Info("connecting")
c.logger.Debug("connecting")
}
c.state = StateConnecting