-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed as not planned
Description
As a template admin, I try out my template by creating a workspace. Since there is a failure in my startup_script
, the workspace "fails" and its resources are immediately deleted. The problem is I've now lost my /var/log/coder-startup-script.log
and can no longer find the error.
A workaround is adding an sleep 999999
or disabling set -e
in my startup script, but ideally I can find the error without making a temporary modification to my startup_script
.
Some approaches:
- Create a new substate of Success for "agent failure" (like v1)
- Add startup logs to build log UI #2957
Metadata
Metadata
Assignees
Labels
No labels