Changeset 748 in code


Ignore:
Timestamp:
Dec 6, 2021, 5:40:37 PM (4 years ago)
Author:
contact
Message:

Downgrade conn log messages to debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/conn.go

    r747 r748  
    167167                        c.logger.Printf("failed to close connection: %v", err)
    168168                } else {
    169                         c.logger.Printf("connection closed")
     169                        c.logger.Debugf("connection closed")
    170170                }
    171171                // Drain the outgoing channel to prevent SendMessage from blocking
     
    175175        }()
    176176
    177         c.logger.Printf("new connection")
     177        c.logger.Debugf("new connection")
    178178        return c
    179179}
Note: See TracChangeset for help on using the changeset viewer.