N°2261 - Log KPI not available in lnk window

This commit is contained in:
Eric
2019-10-11 15:56:32 +02:00
parent d1eb674314
commit 7b36852d7a
3 changed files with 36 additions and 11 deletions

View File

@@ -880,6 +880,14 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => false,
),
'log_kpi_slow_queries' => array(
'type' => 'float',
'description' => 'Time in seconds to allow KPI logs (0 for all)',
'default' => 0,
'value' => 0,
'source_of_value' => '',
'show_in_conf_sample' => false,
),
'log_kpi_memory' => array(
'type' => 'integer',
'description' => 'Level of logging for troubleshooting memory limit issues',