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

Temporarily enabling verbose logging for ecobee API calls

This commit is contained in:
Jon Ziebell 2020-05-29 07:55:20 -04:00
parent d6e05b7cef
commit 7f63a4153d

View File

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