Skip to content

Commit 8553668

Browse files
sagor999roboquat
authored andcommitted
[ws-manager] change log from debug to error
1 parent 921faad commit 8553668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ws-manager/pkg/manager/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ func (m *Manager) extractStatusFromPod(result *api.WorkspaceStatus, wso workspac
521521
return nil
522522
}
523523

524-
log.WithFields(wsk8s.GetOWIFromObject(&pod.ObjectMeta)).WithField("pod", pod).Debug("cannot determine workspace phase")
524+
log.WithFields(wsk8s.GetOWIFromObject(&pod.ObjectMeta)).WithField("pod", pod).Error("cannot determine workspace phase")
525525
result.Phase = api.WorkspacePhase_UNKNOWN
526526
result.Message = "cannot determine workspace phase. We should never get here."
527527
return nil

0 commit comments

Comments
 (0)