File tree 1 file changed +4
-4
lines changed
src/main/kotlin/com/coder/gateway/views/steps
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ class CoderWorkspacesStepView(
284
284
it.startWorkspace(workspace)
285
285
loadWorkspaces()
286
286
} catch (e: WorkspaceResponseException ) {
287
- logger.warn (" Could not build workspace ${workspace.name} , reason: $e " )
287
+ logger.error (" Could not start workspace ${workspace.name} , reason: $e " )
288
288
}
289
289
}
290
290
}
@@ -345,9 +345,9 @@ class CoderWorkspacesStepView(
345
345
loadWorkspaces()
346
346
}
347
347
} catch (e: WorkspaceResponseException ) {
348
- logger.warn (" Could not update workspace ${workspace.name} , reason: $e " )
348
+ logger.error (" Could not update workspace ${workspace.name} , reason: $e " )
349
349
} catch (e: TemplateResponseException ) {
350
- logger.warn (" Could not update workspace ${workspace.name} , reason: $e " )
350
+ logger.error (" Could not update workspace ${workspace.name} , reason: $e " )
351
351
}
352
352
}
353
353
}
@@ -369,7 +369,7 @@ class CoderWorkspacesStepView(
369
369
it.stopWorkspace(workspace)
370
370
loadWorkspaces()
371
371
} catch (e: WorkspaceResponseException ) {
372
- logger.warn (" Could not stop workspace ${workspace.name} , reason: $e " )
372
+ logger.error (" Could not stop workspace ${workspace.name} , reason: $e " )
373
373
}
374
374
}
375
375
}
You can’t perform that action at this time.
0 commit comments