Add Zookeeper logging configs

This commit is contained in:
2021-07-18 17:42:00 -04:00
parent a1362c4363
commit 0e046b48d4
3 changed files with 12 additions and 2 deletions

View File

@ -71,12 +71,14 @@ pvc:
logging:
file_logging: {{ pvc_log_to_file }}
stdout_logging: {{ pvc_log_to_stdout }}
zookeeper_logging: {{ pvc_log_to_zookeeper }}
log_colours: {{ pvc_log_colours }}
log_dates: {{ pvc_log_dates }}
log_keepalives: {{ pvc_log_keepalives }}
log_keepalive_cluster_details: {{ pvc_log_keepalive_cluster_details }}
log_keepalive_storage_details: {{ pvc_log_keepalive_storage_details }}
console_log_lines: {{ pvc_log_console_lines }}
node_log_lines: {{ pvc_log_node_lines }}
networking:
bridge_device: {{ pvc_bridge_device }}
sriov_enable: {{ pvc_sriov_enable }}