Logger Creation Trouble

I am trying to create some logs, but am having issues seeing them in the gateway. I am running the following script in the script console.


Logging happens in the scope you are executing the script. You will never see this in the Gateway when running code in the script console.

Try logging from a tag event script or something else that runs on the Gateway.

Kevin, Thank you for the prompt response.

(the script console will log to your designer's scope and you can see its logs in the diagnostics dialogue from help menu)

Reference:

1 Like