Skip to content

Commit c7d76bb

Browse files
mark warn default log level
1 parent c44d07d commit c7d76bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

registry/coder/modules/claude-code/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ variable "boundary_proxy_port" {
219219
variable "boundary_log_level" {
220220
type = string
221221
description = "Log level for boundary process"
222-
default = "INFO"
222+
default = "WARN"
223223
}
224224

225225
resource "coder_env" "claude_code_md_path" {

registry/coder/modules/claude-code/scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG_ENABLE_BOUNDARY=${ARG_ENABLE_BOUNDARY:-false}
1919
ARG_BOUNDARY_LOG_DIR=${ARG_BOUNDARY_LOG_DIR:-"/tmp/boundary_logs"}
2020
ARG_CODER_HOST=${ARG_CODER_HOST:-}
2121
ARG_BOUNDARY_PROXY_PORT=${ARG_BOUNDARY_PROXY_PORT:-"8087"}
22-
ARG_BOUNDARY_LOG_LEVEL=${ARG_BOUNDARY_LOG_LEVEL:-"INFO"}
22+
ARG_BOUNDARY_LOG_LEVEL=${ARG_BOUNDARY_LOG_LEVEL:-"WARN"}
2323

2424
echo "--------------------------------"
2525

0 commit comments

Comments
 (0)