Page 1 of 1
EventSystem: Fetching url...
Posted: Sunday 26 November 2017 12:03
by boguslaw
Hi
Maybe it's not related to dzVents but maybe somebody knows how can I get rid of this log message like :
2017-11-26 11:17:41.584 EventSystem: Fetching url...
I'm using dzVEnts to ask status of some switch periodically (using url opening) and want to keep it silent but even if set Silent as log level for dzVents and even if I put -loglevel 2 into the domoticz.sh it's still there.
I found that this log message is logged with level LOG_STATUS but I cannot find a
Re: EventSystem: Fetching url...
Posted: Sunday 26 November 2017 14:52
by dannybloe
Yup that's Domoticz' doing. Quite a lot of people find it important the the logs show when there are url requests being made. I think that's the reason why it is in the logs. I suggested a while ago to not log this at all but it was rejected.
Re: EventSystem: Fetching url...
Posted: Friday 10 May 2019 14:33
by Flopp
I cannot find any setting for this so I guess it is still not possible.
Anyone know a way around, to not get this text in log?
Re: EventSystem: Fetching url...
Posted: Friday 10 May 2019 15:41
by gizmocuz
How about we display just "EventSystem: Opening 'some' URL ...."
Re: EventSystem: Fetching url...
Posted: Friday 10 May 2019 15:45
by Flopp
You mean make the text shorter? Sound good.
Possible to have a setting to not display any text at all for all Eventsystem URL fetch?
Re: EventSystem: Fetching url...
Posted: Friday 10 May 2019 15:53
by gizmocuz
@Flopp, no that will not happen, we need to see if a URL was called... If you want to do some secret/hidden things, best to add a line to your crontab
Yes i mean to not display the actual URL, just the shorter log version
Re: EventSystem: Fetching url...
Posted: Friday 10 May 2019 15:54
by Flopp
I understand.
Then I vote for a shorter text output.
Thanks
Re: EventSystem: Fetching url...
Posted: Friday 10 May 2019 16:27
by gizmocuz
Implemented in beta 10730
Re: EventSystem: Fetching url...
Posted: Friday 10 May 2019 16:33
by Flopp
Wow, are you serious, that was extremely quick done.
Thanks a lot