Change log level in executor for better log reading/troubleshooting (#1163)
This commit is contained in:
@@ -95,7 +95,7 @@ func MakeNewDeploy(
|
||||
if len(os.Getenv("ENABLE_ISTIO")) > 0 {
|
||||
istio, err := strconv.ParseBool(os.Getenv("ENABLE_ISTIO"))
|
||||
if err != nil {
|
||||
logger.Info("failed to parse 'ENABLE_ISTIO'")
|
||||
logger.Error("failed to parse 'ENABLE_ISTIO', set to false", zap.Error(err))
|
||||
}
|
||||
enableIstio = istio
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user