Support for detailed keepalive logging
This commit is contained in:
parent
e9303c1ad1
commit
c4825e6de6
|
@ -74,4 +74,6 @@ pvc_storage_floatingip: "10.0.1.254/24"
|
||||||
pvc_log_to_file: True
|
pvc_log_to_file: True
|
||||||
pvc_log_to_stdout: True
|
pvc_log_to_stdout: True
|
||||||
pvc_log_keepalives: True
|
pvc_log_keepalives: True
|
||||||
|
pvc_log_keepalive_cluster_details: True
|
||||||
|
pvc_log_keepalive_storage_details: True
|
||||||
pvc_log_console_lines: 1000
|
pvc_log_console_lines: 1000
|
||||||
|
|
|
@ -62,6 +62,8 @@ pvc:
|
||||||
file_logging: {{ pvc_log_to_file }}
|
file_logging: {{ pvc_log_to_file }}
|
||||||
stdout_logging: {{ pvc_log_to_stdout }}
|
stdout_logging: {{ pvc_log_to_stdout }}
|
||||||
log_keepalives: {{ pvc_log_keepalives }}
|
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 }}
|
console_log_lines: {{ pvc_log_console_lines }}
|
||||||
networking:
|
networking:
|
||||||
cluster:
|
cluster:
|
||||||
|
|
Loading…
Reference in New Issue