Adjust plugin log config field for 0.9.62
This commit is contained in:
parent
d7d6e16b1f
commit
11e8af995c
|
@ -8,8 +8,8 @@
|
||||||
#pvc_log_colours: True # Log colourful prompts for states instead of text
|
#pvc_log_colours: True # Log colourful prompts for states instead of text
|
||||||
#pvc_log_dates: False # Log dates (useful with log_to_file, not useful with log_to_stdout as journald adds these)
|
#pvc_log_dates: False # Log dates (useful with log_to_file, not useful with log_to_stdout as journald adds these)
|
||||||
#pvc_log_keepalives: True # Log keepalive event every pvc_keepalive_interval seconds
|
#pvc_log_keepalives: True # Log keepalive event every pvc_keepalive_interval seconds
|
||||||
#pvc_log_keepalive_cluster_details: True # Log cluster details (VMs, load, etc.) duing keepalive events
|
#pvc_log_keepalive_cluster_details: True # Log cluster details (VMs, OSDs, load, etc.) duing keepalive events
|
||||||
#pvc_log_keepalive_storage_details: True # Log storage details (OSDs, pools, health) during keepalive events
|
#pvc_log_keepalive_plugin_details: True # Log health plugin details (messages) suring keepalive events
|
||||||
#pvc_log_console_lines: 1000 # The number of VM console log lines to store in Zookeeper for 'vm log' commands.
|
#pvc_log_console_lines: 1000 # The number of VM console log lines to store in Zookeeper for 'vm log' commands.
|
||||||
#pvc_log_node_lines: 2000 # The number of node log lines to store in Zookeeper for 'node log' commands.
|
#pvc_log_node_lines: 2000 # The number of node log lines to store in Zookeeper for 'node log' commands.
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,8 @@ pvc_log_to_zookeeper: True # Log to Zookeeper (required for 'node l
|
||||||
pvc_log_colours: True # Log colourful prompts for states instead of text
|
pvc_log_colours: True # Log colourful prompts for states instead of text
|
||||||
pvc_log_dates: False # Log dates (useful with log_to_file, not useful with log_to_stdout as journald adds these)
|
pvc_log_dates: False # Log dates (useful with log_to_file, not useful with log_to_stdout as journald adds these)
|
||||||
pvc_log_keepalives: True # Log keepalive event every pvc_keepalive_interval seconds
|
pvc_log_keepalives: True # Log keepalive event every pvc_keepalive_interval seconds
|
||||||
pvc_log_keepalive_cluster_details: True # Log cluster details (VMs, load, etc.) duing keepalive events
|
pvc_log_keepalive_cluster_details: True # Log cluster details (VMs, OSDs, load, etc.) duing keepalive events
|
||||||
pvc_log_keepalive_storage_details: True # Log storage details (OSDs, pools, health) during keepalive events
|
pvc_log_keepalive_plugin_details: True # Log health plugin details (messages) suring keepalive events
|
||||||
pvc_log_console_lines: 1000 # The number of VM console log lines to store in Zookeeper for 'vm log' commands.
|
pvc_log_console_lines: 1000 # The number of VM console log lines to store in Zookeeper for 'vm log' commands.
|
||||||
pvc_log_node_lines: 2000 # The number of node log lines to store in Zookeeper for 'node log' commands.
|
pvc_log_node_lines: 2000 # The number of node log lines to store in Zookeeper for 'node log' commands.
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ pvc:
|
||||||
log_dates: {{ pvc_log_dates }}
|
log_dates: {{ pvc_log_dates }}
|
||||||
log_keepalives: {{ pvc_log_keepalives }}
|
log_keepalives: {{ pvc_log_keepalives }}
|
||||||
log_keepalive_cluster_details: {{ pvc_log_keepalive_cluster_details }}
|
log_keepalive_cluster_details: {{ pvc_log_keepalive_cluster_details }}
|
||||||
log_keepalive_storage_details: {{ pvc_log_keepalive_storage_details }}
|
log_keepalive_plugin_details: {{ pvc_log_keepalive_plugin_details }}
|
||||||
console_log_lines: {{ pvc_log_console_lines }}
|
console_log_lines: {{ pvc_log_console_lines }}
|
||||||
node_log_lines: {{ pvc_log_node_lines }}
|
node_log_lines: {{ pvc_log_node_lines }}
|
||||||
networking:
|
networking:
|
||||||
|
|
Loading…
Reference in New Issue