Page 1 of 1

Log function not working in Control UI?

Posted: 09 Mar 2018 13:13
by Econdoc
The log function appears not to work in a Control UI flow. Is that a bug?

Re: Log function not working in Control UI?

Posted: 09 Mar 2018 14:37
by Desmanto
I tried it and yes it doesn't log anything. I never use log(), so never spot this bug. I mostly use debug dialog, which is more useful in troubleshooting.

Re: Log function not working in Control UI?

Posted: 11 Mar 2018 19:41
by Martin
Hi,

The log function seems to work for me. Could you please share a flow that illustrates the problem? Maybe the problem occurs only in combination with some other issue.
For testing I created an action Control UI and added following script:

Code: Select all

log("test");
The text test was properly showing up in the log.

Regards,
Martin

Re: Log function not working in Control UI?

Posted: 11 Mar 2018 20:18
by Econdoc
Interesting...
I cannot make it happen again. It was not working for a while, which is why I posted. Desmanto could not get it to work either. Now it works. Tis a mystery. :)

Re: Log function not working in Control UI?

Posted: 12 Mar 2018 18:40
by Desmanto
Strange, I also can't reproduce the bug anymore. Maybe it reset after restart. I will try to look upon it again.