mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 20:55:42 +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 {
|
func (l *LDAP) heartbeat() error {
|
||||||
log.Info().Msg("Performing LDAP connection heartbeat")
|
log.Debug().Msg("Performing LDAP connection heartbeat")
|
||||||
|
|
||||||
searchRequest := ldapgo.NewSearchRequest(
|
searchRequest := ldapgo.NewSearchRequest(
|
||||||
"",
|
"",
|
||||||
|
|||||||
Reference in New Issue
Block a user