mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 16:54:23 +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() {
|
func (ma *maintenanceRegistrationAgent) run() {
|
||||||
logrus.Infof("starting maintenance registration agent")
|
logrus.Infof("started")
|
||||||
defer logrus.Info("stopping maintenance registration agent")
|
defer logrus.Info("exited")
|
||||||
|
|
||||||
ticker := time.NewTicker(ma.CheckFrequency)
|
ticker := time.NewTicker(ma.CheckFrequency)
|
||||||
for {
|
for {
|
||||||
@ -90,8 +90,8 @@ func newMaintenanceResetPasswordAgent(ctx context.Context, cfg *ResetPasswordMai
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (ma *maintenanceResetPasswordAgent) run() {
|
func (ma *maintenanceResetPasswordAgent) run() {
|
||||||
logrus.Infof("starting maintenance account agent")
|
logrus.Infof("started")
|
||||||
defer logrus.Info("stopping maintenance account agent")
|
defer logrus.Info("exited")
|
||||||
|
|
||||||
ticker := time.NewTicker(ma.CheckFrequency)
|
ticker := time.NewTicker(ma.CheckFrequency)
|
||||||
for {
|
for {
|
||||||
|
Loading…
Reference in New Issue
Block a user