How to set all properties to "isLogged: true"
Hello. I'm evaluating ThingWorx and trying to import a bunch of Kepserver PLC devices into ThingWorx. Hundreds of tags via. OPC UA and the default must be to log the parameters. There doesn't seem to be an obvious way on how to ensure all added parameters are logged. What's the best way in doing so, could I do a simple API call, perhaps set a default setting on a ThingTemplate, or programatically go through the properties setting the value?
I tried the following script but it won't work for me.
Error executing service SetAllPropertiesLogged. Message :: Property [IndustrialThing] does not exist
Anything I logger.debug() doesn't go to the ScriptLog making my developer experience very frustrating.

