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