mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-05-16 09:10:13 +00:00
fix: improve logging in routines
This commit is contained in:
@@ -89,6 +89,8 @@ func (ldap *LdapService) Init() error {
|
||||
}
|
||||
|
||||
go func() {
|
||||
ldap.log.App.Debug().Msg("Starting LDAP connection heartbeat routine")
|
||||
|
||||
ticker := time.NewTicker(5 * time.Minute)
|
||||
defer ticker.Stop()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user