2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

73_GardenaSmartBridge: change loglevel

git-svn-id: https://svn.fhem.de/fhem/trunk@19454 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2019-05-23 17:07:46 +00:00
parent 30baa5fcc8
commit 310ffccff1
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- change: 73_GardenaSmartBridge: change loglevel
- change: 50_TelegramBot: allow \s, addtl silenCmds, fixes
- change: 55_PIFACE: Now wiringPi V2.46 is supported. Various optimizations
- feature: 73_DoorBird: Automatic snapshots at events with path as Reading

View File

@ -386,10 +386,10 @@ sub Write($@) {
}
);
# Log3($name, 4,
# "GardenaSmartBridge ($name) - Send with URL: $hash->{URL}$uri, HEADER: secret!, DATA: secret!, METHOD: $method");
Log3($name, 3,
"GardenaSmartBridge ($name) - Send with URL: $hash->{URL}$uri, HEADER: $header, DATA: $payload, METHOD: $method");
Log3($name, 4,
"GardenaSmartBridge ($name) - Send with URL: $hash->{URL}$uri, HEADER: secret!, DATA: secret!, METHOD: $method");
# Log3($name, 3,
# "GardenaSmartBridge ($name) - Send with URL: $hash->{URL}$uri, HEADER: $header, DATA: $payload, METHOD: $method");
}
sub ErrorHandling($$$) {