File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
registry/coder/modules/claude-code Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ variable "boundary_proxy_port" {
219219variable "boundary_log_level" {
220220 type = string
221221 description = " Log level for boundary process"
222- default = " INFO "
222+ default = " WARN "
223223}
224224
225225resource "coder_env" "claude_code_md_path" {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ARG_ENABLE_BOUNDARY=${ARG_ENABLE_BOUNDARY:-false}
1919ARG_BOUNDARY_LOG_DIR=${ARG_BOUNDARY_LOG_DIR:- " /tmp/boundary_logs" }
2020ARG_CODER_HOST=${ARG_CODER_HOST:- }
2121ARG_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
2424echo " --------------------------------"
2525
You can’t perform that action at this time.
0 commit comments