We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea4bed commit 20a601dCopy full SHA for 20a601d
1 file changed
agents/claude-code/deployment/entrypoint.sh
@@ -87,9 +87,9 @@ validate_environment() {
87
fi
88
89
90
- # Log API endpoint if custom
+ # Log API endpoint if custom (don't log full URL - may contain credentials)
91
if [[ -n "${ANTHROPIC_BASE_URL:-}" ]]; then
92
- log_info "Using custom API endpoint: ${ANTHROPIC_BASE_URL}"
+ log_info "Using custom API endpoint (value redacted)"
93
94
95
# Log model if specified
0 commit comments