Add logging flag for montioring plugin output

This commit is contained in:
2023-02-13 22:02:21 -05:00
parent 134f59f9ee
commit 96d3aff7ad
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),