feature: Clear OS defs cache on poller/discovery debug (#8061)

This commit is contained in:
Neil Lathwood
2018-01-09 16:51:26 +00:00
committed by Tony Murray
parent dea1a26ee6
commit ecbbc0e3e5
2 changed files with 2 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ EOH;
$vdebug = true;
}
$debug = true;
update_os_cache(true); // Force update of OS Cache
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
ini_set('log_errors', 1);