diff --git a/api/ecobee.php b/api/ecobee.php index 70590bd..5d5e240 100644 --- a/api/ecobee.php +++ b/api/ecobee.php @@ -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;