dzVents: Logfile has less info
Posted: Sunday 07 July 2024 12:19
Logging before 2024.5 was like:
Here you could see that the script has been running and how long it took to run.
Now the logging is only and always the same:
The above 2 lines of start and finish could be pressed in 1 line, but it should contain the name of the script and trigger that ran.
But I prefer 2 lines so running time could be measured.
Code: Select all
2024-07-06 21:31:00.545 Status: dzVents: Info: VWH: ------ Start external script: verwarming wand.lua:, trigger: "at *:31 between 10:00 and 22:00"
2024-07-06 21:31:00.546 Status: dzVents: Info: VWH: ------ Finished verwarming wand.lua
Now the logging is only and always the same:
Code: Select all
Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
But I prefer 2 lines so running time could be measured.