Move "Closing connection" message to Debug mode
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ func handleConnection(connClt net.Conn, conLdap *ldap.Conn) {
|
|||||||
|
|
||||||
// Close connection when this function ends
|
// Close connection when this function ends
|
||||||
defer func() {
|
defer func() {
|
||||||
logstream.Info("Closing connection")
|
logstream.Debug("Closing connection")
|
||||||
connClt.Close()
|
connClt.Close()
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user