Tag Event Script - Print

Silly Question but desperate to know -

If I have a Tag like this -

Where Tag Event Script of test_A looks like -

Where would the this print go ?

I’ve checked gateway logs and designer console but no luck.

Tag Event Scripts - Ignition User Manual 8.0 - Ignition Documentation - suggests suggest it will be in the wrapper log file but that is the same as looking at the Logs right ?

Thanks

It would show up in the wrapper.log file.
You can use a logger for it to display in the gateway logs too.

1 Like

It does end up in the wrapper log file, but the Status > Logs webpage does not pick up print statements like that. In order for it to show up on the Logs webpage, you will want to use system.util.getLogger()

1 Like

Logger thing just went out of my mind, thanks !