In running DomoticZ on latest stable 2021.1. Since this version, we have the opportunity to set the loglevel par hardware device. This is awesome.
I use dummy devices with a planning and each time the device change, I have a line in the log :
Code: Select all
2021-05-15 11:31:01.596 Status: Schedule item started! Name: Horloge A, Type: On Time, DevID: 1, Time: 2021-05-15 11:31:01I tried on a new DomoticZ installation (with beta last update Domoticz V2021.1 build 13256).
This is my configuration :
- 2 dummy hardwares : Dummy A with all loglevel set ON and Dummy B with all loglevel set OFF.
- 2 virtual devices Horloge A crated from Dummy A and Horloge B crated from Dummy B with exactly the same planing
I expected not to have any log for Horloge B. This is what I got :
The info log of Horloge B is not showed, that's good, but I still got the status log for Horloge B.
Is it a bug or is there a configuration to turn it off ?