mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
log lint
This commit is contained in:
parent
3a0bc3c1c8
commit
37d4586a03
@ -23,8 +23,8 @@ func newRegistrationMaintenanceAgent(ctx context.Context, cfg *RegistrationMaint
|
||||
}
|
||||
|
||||
func (ma *maintenanceRegistrationAgent) run() {
|
||||
logrus.Infof("starting maintenance registration agent")
|
||||
defer logrus.Info("stopping maintenance registration agent")
|
||||
logrus.Infof("started")
|
||||
defer logrus.Info("exited")
|
||||
|
||||
ticker := time.NewTicker(ma.CheckFrequency)
|
||||
for {
|
||||
@ -90,8 +90,8 @@ func newMaintenanceResetPasswordAgent(ctx context.Context, cfg *ResetPasswordMai
|
||||
}
|
||||
|
||||
func (ma *maintenanceResetPasswordAgent) run() {
|
||||
logrus.Infof("starting maintenance account agent")
|
||||
defer logrus.Info("stopping maintenance account agent")
|
||||
logrus.Infof("started")
|
||||
defer logrus.Info("exited")
|
||||
|
||||
ticker := time.NewTicker(ma.CheckFrequency)
|
||||
for {
|
||||
|
Loading…
Reference in New Issue
Block a user