mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-04 23:00:20 +00:00
fix: use log_step for progress messages in netcup scripts (#441)
All netcup agent scripts were using log_warn (yellow) for routine progress messages like "Installing...", "Setting up...", "Starting...". These should use log_step (cyan) which was added specifically for progress/status messages, reserving log_warn for actual warnings. Agent: ux-engineer Co-authored-by: A <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
10a40ca574
commit
d25cdd0da6
10 changed files with 32 additions and 32 deletions
|
|
@ -366,7 +366,7 @@ create_server() {
|
|||
|
||||
local image="ubuntu-24.04"
|
||||
|
||||
log_warn "Creating Netcup VPS '$name' (product: $product, datacenter: $datacenter)..."
|
||||
log_step "Creating Netcup VPS '$name' (product: $product, datacenter: $datacenter)..."
|
||||
|
||||
# Get cloud-init userdata and build request body
|
||||
local param
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue