Skip to content

Commit

Permalink
Remove unused log conf for all components (#1188)
Browse files Browse the repository at this point in the history
upgrade console to v2.3.9 (#1186)

update

Signed-off-by: lili <[email protected]>
Co-authored-by: Li Li <[email protected]>
(cherry picked from commit 12d428b)
  • Loading branch information
labuladong authored and ericsyh committed Oct 22, 2024
1 parent 51c9de0 commit 93d30bf
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ spec:
{{- with .Values.autorecovery.configData }}
{{ toYaml . | indent 6 }}
{{- end }}
{{ (.Files.Glob "conf/autorecovery/log4j2.yaml").AsConfig | indent 6 }}
apiObjects:
clientService: {}
headlessService:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,4 @@ data:
{{- end }}
PULSAR_PREFIX_peerType: "observer"
{{ toYaml .Values.zookeeper.customTools.backup.configData | indent 2 }}
# Include log configuration file, If you want to configure the log level and other configuration
# items, you can modify the configmap, and eventually it will overwrite the log4j2.yaml file under conf
{{ (.Files.Glob "conf/zookeeper/log4j2.yaml").AsConfig | indent 2 }}
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ spec:
{{- with .Values.zookeeper.configData }}
{{ toYaml . | indent 6 }}
{{- end }}
# Include log configuration file, If you want to configure the log level and other configuration
# items, you can modify the configmap, and eventually it will overwrite the log4j2.yaml file under conf
{{ (.Files.Glob "conf/zookeeper/log4j2.yaml").AsConfig | indent 6 }}
apiObjects:
clientService: {}
headlessService:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ spec:
{{- with .Values.autorecovery.configData }}
{{ toYaml . | indent 6 }}
{{- end }}
{{ (.Files.Glob "conf/autorecovery/log4j2.yaml").AsConfig | indent 6 }}
apiObjects:
clientService: {}
headlessService:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,4 @@ data:
{{- end }}
PULSAR_PREFIX_peerType: "observer"
{{ toYaml .Values.zookeeper.customTools.backup.configData | indent 2 }}
# Include log configuration file, If you want to configure the log level and other configuration
# items, you can modify the configmap, and eventually it will overwrite the log4j2.yaml file under conf
{{ (.Files.Glob "conf/zookeeper/log4j2.yaml").AsConfig | indent 2 }}
{{- end }}
3 changes: 0 additions & 3 deletions charts/sn-platform/templates/zookeeper/zookeeper-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ spec:
{{- with .Values.zookeeper.configData }}
{{ toYaml . | indent 6 }}
{{- end }}
# Include log configuration file, If you want to configure the log level and other configuration
# items, you can modify the configmap, and eventually it will overwrite the log4j2.yaml file under conf
{{ (.Files.Glob "conf/zookeeper/log4j2.yaml").AsConfig | indent 6 }}
apiObjects:
clientService: {}
headlessService:
Expand Down

0 comments on commit 93d30bf

Please sign in to comment.