pan3793 commented on PR #3182:
URL: https://github.com/apache/celeborn/pull/3182#issuecomment-2760623929

   > To customize logging, one can create a ConfigMap containing `log4j2.xml` 
file, mount it into the Celeborn pod, and then configure environment variable 
`LOG4J_CONFIGURATION_FILE` to point to the path of `log4j2.xml`.
   
   Yea, this should work but is a little bit complex, and we should document 
that in docs. Alternatively, embedding `log4j2.xml` into `values.yaml` might be 
more intuitive given there just only a few lines. But for Hadoop conf like 
`core-site.xml` which usually has hundreds or even thousands of lines, I do 
think externalize is a better option.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to