Browse Source

increase verbosity on mq log

abhishek9686 1 year ago
parent
commit
96f649393c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      migrate/migrate.go

+ 1 - 1
migrate/migrate.go

@@ -307,7 +307,7 @@ func MigrateEmqx() {
 	slog.Info("proceeding to kicking out clients from emqx")
 	err = mq.KickOutClients()
 	if err != nil {
-		logger.Log(0, "failed to migrate emqx: ", "kickout-error", err.Error())
+		logger.Log(2, "failed to migrate emqx: ", "kickout-error", err.Error())
 	}
 
 }