You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2023/12/05 01:48:29 UTC

(pinot) branch master updated: Fixed log4j location in values.yaml #12010 (#12083)

This is an automated email from the ASF dual-hosted git repository.

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new d7e2e7834c Fixed log4j location in values.yaml #12010 (#12083)
d7e2e7834c is described below

commit d7e2e7834c137f21a2944d9c6626a64787b2bdc5
Author: Vipul Chandraker <38...@users.noreply.github.com>
AuthorDate: Tue Dec 5 07:18:23 2023 +0530

    Fixed log4j location in values.yaml #12010 (#12083)
---
 helm/pinot/values.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/helm/pinot/values.yaml b/helm/pinot/values.yaml
index 907c0a350c..ef93913a17 100644
--- a/helm/pinot/values.yaml
+++ b/helm/pinot/values.yaml
@@ -112,7 +112,7 @@ controller:
 
   jvmOpts: "-XX:ActiveProcessorCount=2 -Xms256M -Xmx1G -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -Xlog:gc*:file=/opt/pinot/gc-pinot-controller.log"
 
-  log4j2ConfFile: /opt/pinot/etc/config/pinot-controller-log4j2.xml
+  log4j2ConfFile: /opt/pinot/etc/conf/pinot-controller-log4j2.xml
   pluginsDir: /opt/pinot/plugins
 
   service:
@@ -204,7 +204,7 @@ broker:
 
   jvmOpts: "-XX:ActiveProcessorCount=2 -Xms256M -Xmx1G -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -Xlog:gc*:file=/opt/pinot/gc-pinot-broker.log"
 
-  log4j2ConfFile: /opt/pinot/etc/config/pinot-broker-log4j2.xml
+  log4j2ConfFile: /opt/pinot/etc/conf/pinot-broker-log4j2.xml
   pluginsDir: /opt/pinot/plugins
 
   routingTable:
@@ -328,7 +328,7 @@ server:
 
   jvmOpts: "-Xms512M -Xmx1G -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -Xlog:gc*:file=/opt/pinot/gc-pinot-server.log"
 
-  log4j2ConfFile: /opt/pinot/etc/config/pinot-server-log4j2.xml
+  log4j2ConfFile: /opt/pinot/etc/conf/pinot-server-log4j2.xml
   pluginsDir: /opt/pinot/plugins
 
   service:
@@ -411,7 +411,7 @@ minion:
   dataDir: /var/pinot/minion/data
   jvmOpts: "-XX:ActiveProcessorCount=2 -Xms256M -Xmx1G -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -Xlog:gc*:file=/opt/pinot/gc-pinot-minion.log"
 
-  log4j2ConfFile: /opt/pinot/etc/config/pinot-minion-log4j2.xml
+  log4j2ConfFile: /opt/pinot/etc/conf/pinot-minion-log4j2.xml
   pluginsDir: /opt/pinot/plugins
 
   persistence:
@@ -498,7 +498,7 @@ minionStateless:
   dataDir: /var/pinot/minion/data
   jvmOpts: "-XX:ActiveProcessorCount=2 -Xms256M -Xmx1G -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -Xlog:gc*:file=/opt/pinot/gc-pinot-minion.log"
 
-  log4j2ConfFile: /opt/pinot/etc/config/pinot-minion-log4j2.xml
+  log4j2ConfFile: /opt/pinot/etc/conf/pinot-minion-log4j2.xml
   pluginsDir: /opt/pinot/plugins
 
   persistence:


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