Skip to content

Commit

Permalink
chore: add verbosity for obzone initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Nov 9, 2023
1 parent 93ab0d9 commit 5cb9eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resource/obzone_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (m *OBZoneManager) generateWaitOBServerStatusFunc(status string, timeoutSec
allMatched := true
for _, observerStatus := range obzone.Status.OBServerStatus {
if observerStatus.Status != status && observerStatus.Status != serverstatus.Unrecoverable {
m.Logger.Info("server status still not matched", "server", observerStatus.Server, "status", status)
m.Logger.V(oceanbaseconst.LogLevelTrace).Info("server status still not matched", "server", observerStatus.Server, "status", status)
allMatched = false
break
}
Expand Down

0 comments on commit 5cb9eec

Please sign in to comment.