Status: EventSystem: Script event triggered:
Posted: Wednesday 10 June 2020 14:13
The Domoticz log has numerous uninformative Status entries like these:
2020-06-10 14:00:20.421 Status: EventSystem: Script event triggered: D:\Program Files (x86)\Domoticz\dzVents\runtime\dzVents.lua
2020-06-10 14:00:30.544 Status: EventSystem: Script event triggered: D:\Program Files (x86)\Domoticz\dzVents\runtime\dzVents.lua
2020-06-10 14:00:40.645 Status: EventSystem: Script event triggered: D:\Program Files (x86)\Domoticz\dzVents\runtime\dzVents.lua
I know that I can set the dzVents log to be more informative (with a lot more lines in the log).
Why doesn't the status tell us which dzVents lua script is executed?
The name of the script is present when I save a script, f.e.:
2020-06-10 14:10:13.548 Status: dzVents: Write file: D:\Program Files (x86)\Domoticz\scripts\dzVents\generated_scripts\BackGroundPowerUse.lua
2020-06-10 14:10:13.548 Status: dzVents: Write file: D:\Program Files (x86)\Domoticz\scripts\dzVents\generated_scripts\IFTTTtest.lua
Why not something like:
2020-06-10 14:00:20.421 Status: EventSystem: Script event triggered: D:\Program Files (x86)\Domoticz\dzVents\runtime\dzVents.lua\IFTTTtest.lua
Is there an option to have the script name in de log (without increasing the number of Status lines)?
2020-06-10 14:00:20.421 Status: EventSystem: Script event triggered: D:\Program Files (x86)\Domoticz\dzVents\runtime\dzVents.lua
2020-06-10 14:00:30.544 Status: EventSystem: Script event triggered: D:\Program Files (x86)\Domoticz\dzVents\runtime\dzVents.lua
2020-06-10 14:00:40.645 Status: EventSystem: Script event triggered: D:\Program Files (x86)\Domoticz\dzVents\runtime\dzVents.lua
I know that I can set the dzVents log to be more informative (with a lot more lines in the log).
Why doesn't the status tell us which dzVents lua script is executed?
The name of the script is present when I save a script, f.e.:
2020-06-10 14:10:13.548 Status: dzVents: Write file: D:\Program Files (x86)\Domoticz\scripts\dzVents\generated_scripts\BackGroundPowerUse.lua
2020-06-10 14:10:13.548 Status: dzVents: Write file: D:\Program Files (x86)\Domoticz\scripts\dzVents\generated_scripts\IFTTTtest.lua
Why not something like:
2020-06-10 14:00:20.421 Status: EventSystem: Script event triggered: D:\Program Files (x86)\Domoticz\dzVents\runtime\dzVents.lua\IFTTTtest.lua
Is there an option to have the script name in de log (without increasing the number of Status lines)?