mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-27 20:25:41 +00:00
refactor: make heartbeat log message only appear in debug logs
This commit is contained in:
@@ -91,7 +91,7 @@ func (l *LDAP) Bind(userDN string, password string) error {
|
||||
}
|
||||
|
||||
func (l *LDAP) heartbeat() error {
|
||||
log.Info().Msg("Performing LDAP connection heartbeat")
|
||||
log.Debug().Msg("Performing LDAP connection heartbeat")
|
||||
|
||||
searchRequest := ldapgo.NewSearchRequest(
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user