reduce loglevel to debug

This commit is contained in:
bergquist
2019-02-19 08:22:33 +01:00
parent 1eb804c655
commit 7754c37a1f

View File

@@ -52,6 +52,6 @@ func (srv *UserAuthTokenService) deleteExpiredTokens(maxInactiveLifetime, maxLif
return 0, nil
}
srv.log.Info("cleanup of expired auth tokens done", "count", affected)
srv.log.Debug("cleanup of expired auth tokens done", "count", affected)
return affected, err
}