mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: add level support for startup logs (#7067)
This allows external services like our devcontainer support to display errors and warnings with custom styles to indicate failures to users.
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
ALTER TABLE workspace_agent_startup_logs
|
||||
DROP COLUMN level;
|
@ -0,0 +1,2 @@
|
||||
ALTER TABLE workspace_agent_startup_logs
|
||||
ADD COLUMN level log_level NOT NULL DEFAULT 'info'::log_level;
|
Reference in New Issue
Block a user