File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/kotlin/com/coder/gateway/views/steps Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ class CoderWorkspacesStepView(
277277 it.startWorkspace(workspace)
278278 loadWorkspaces()
279279 } catch (e: WorkspaceResponseException ) {
280- logger.warn (" Could not build workspace ${workspace.name} , reason: $e " )
280+ logger.error (" Could not start workspace ${workspace.name} , reason: $e " )
281281 }
282282 }
283283 }
@@ -338,9 +338,9 @@ class CoderWorkspacesStepView(
338338 loadWorkspaces()
339339 }
340340 } catch (e: WorkspaceResponseException ) {
341- logger.warn (" Could not update workspace ${workspace.name} , reason: $e " )
341+ logger.error (" Could not update workspace ${workspace.name} , reason: $e " )
342342 } catch (e: TemplateResponseException ) {
343- logger.warn (" Could not update workspace ${workspace.name} , reason: $e " )
343+ logger.error (" Could not update workspace ${workspace.name} , reason: $e " )
344344 }
345345 }
346346 }
@@ -362,7 +362,7 @@ class CoderWorkspacesStepView(
362362 it.stopWorkspace(workspace)
363363 loadWorkspaces()
364364 } catch (e: WorkspaceResponseException ) {
365- logger.warn (" Could not stop workspace ${workspace.name} , reason: $e " )
365+ logger.error (" Could not stop workspace ${workspace.name} , reason: $e " )
366366 }
367367 }
368368 }
You can’t perform that action at this time.
0 commit comments