We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6aaab commit 5200ee0Copy full SHA for 5200ee0
1 file changed
internal/agent/ondemand/ondemand.go
@@ -246,7 +246,7 @@ Ignored errors: %v
246
logger.Log("YC_SERVER is %s", config.GlobalConfig.Server)
247
// the following line has been commented as customer reported a security issue
248
// on 06-03-2026
249
- //logger.Log("API_KEY is %s", config.GlobalConfig.ApiKey)
+ // logger.Log("API_KEY is %s", config.GlobalConfig.ApiKey)
250
logger.Log("APP_NAME is %s", appName)
251
logger.Log("APP_RUNTIME is %s", config.GlobalConfig.AppRuntime)
252
switch config.GlobalConfig.AppRuntime {
0 commit comments