You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/01/21 18:21:59 UTC

[GitHub] [lucene-solr-operator] thelabdude opened a new issue #192: Support custom log4j2.xml via user-provided ConfigMap

thelabdude opened a new issue #192:
URL: https://github.com/apache/lucene-solr-operator/issues/192


   Similar to how we allow users to override the default `solr.xml` via a user-provided ConfigMap, we should allow users to override the default `log4j2.xml` to control logging.
   
   If the custom log configuration changes in the user-provided ConfigMap, then Solr pods should be restarted automatically to get the changes to apply. However, with log4j2 you can set a `monitorInterval` on the root `<configuration>` element and updates will automatically be applied w/o restart. Thus, our controller should avoid triggering a restart of Solr pods if `monitorInterval` is being used.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-solr-operator] thelabdude closed issue #192: Support custom log4j2.xml via user-provided ConfigMap

Posted by GitBox <gi...@apache.org>.
thelabdude closed issue #192:
URL: https://github.com/apache/lucene-solr-operator/issues/192


   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org