From 52b12abeb2669d1c01291781a71b4c095e28a86e Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 12 Jul 2025 13:31:53 +0300 Subject: [PATCH] refactor: make heartbeat log message only appear in debug logs --- internal/ldap/ldap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ldap/ldap.go b/internal/ldap/ldap.go index d50eb3e..79e8a9b 100644 --- a/internal/ldap/ldap.go +++ b/internal/ldap/ldap.go @@ -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( "",