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:
parent
7f63a4153d
commit
f611cb4174
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user