refactor: make heartbeat log message only appear in debug logs

This commit is contained in:
Stavros
2025-07-12 13:31:53 +03:00
parent 48b4d78a7c
commit 52b12abeb2

View File

@@ -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(
"",