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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org