Add logging flag for montioring plugin output

This commit is contained in:
2023-02-13 22:02:21 -05:00
parent a3c31564ca
commit bc88d764b0
3 changed files with 15 additions and 13 deletions

View File

@ -228,8 +228,8 @@ def get_configuration():
"log_keepalive_cluster_details": o_logging.get(
"log_keepalive_cluster_details", False
),
"log_keepalive_storage_details": o_logging.get(
"log_keepalive_storage_details", False
"log_keepalive_plugin_details": o_logging.get(
"log_keepalive_plugin_details", False
),
"console_log_lines": o_logging.get("console_log_lines", False),
"node_log_lines": o_logging.get("node_log_lines", False),