1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Disabling verbose logging for ecobee API calls

This commit is contained in:
Jon Ziebell 2020-06-09 21:25:53 -04:00
parent 7f63a4153d
commit f611cb4174

View File

@ -16,7 +16,7 @@ class ecobee extends external_api {
];
protected static $log_mysql = 'all';
protected static $log_mysql_verbose = true;
protected static $log_mysql_verbose = false;
protected static $cache = false;
protected static $cache_for = null;