You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/07/05 20:12:48 UTC

[GitHub] [pinot] walterddr commented on a diff in pull request #9015: Change Helm chart to log info to console by default

walterddr commented on code in PR #9015:
URL: https://github.com/apache/pinot/pull/9015#discussion_r914166829


##########
kubernetes/helm/pinot/values.yaml:
##########
@@ -478,7 +486,9 @@ minionStateless:
 
   # Use extraEnv to add individual key value pairs as container environment variables.
   # ref: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/
-  extraEnv: []
+  extraEnv:
+    - name: LOG4J_CONSOLE_LEVEL
+      value: info

Review Comment:
   how about still keep default as warn and let the user choose to override this config by editing their own helm chart value override.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org