How to stop reading certain things on audit log

Currently my audit log is being over crowded by my timer script, and user script logging various tags related to my timer. I want to prevent this so I can just see what people are doing, not every second of my timer over and over for many lines.

any ideas? below is a picture of my bloated log. thank you in advance.

The audit log will attempt to track tag writes. The workaround to this behavior would be filtering the SELECT query on the audit log to ignore tag writes that target these tags.

1 Like

Consider not using gateway tags for per-client information. Use session properties in Perspective, or Client Tags in Vision.

3 Likes