[IGN-14799]Audit Logs Incomplete

Hi, I have a problem. In Ignition 8.1, I was able to view the data insertion fields in the audit log like before. However, in version 8.3, those fields no longer appear. I need to keep tracking traceability as I used to—knowing which person created which form, at what time, and from where, not only for forms but for many other actions as well.


Now, everything shows up with just (?), and I can’t see the actual fields in the Action_target. In the previous version, it worked perfectly, which was very helpful since we have too many devices and maintenance records to review.
Is there any way to make it display the full field values again, like it did before, in the new version 8.3.0?
image

Unfortunately this is just a programming issue on our end. We changed a lot of things "under the hood" about the way Vision clients and designers interact with the gateway, and ultimately these audit logs were affected.

There's no great workaround (though we'll likely flag this as a fairly high priority issue; auditing is important). If you're issuing these DB updates via scripting, you could manually add a call to system.util.audit (and bypass auditing on the query itself) but that's going to be a large amount of work that you'll want to remove after we fix it on our end in the near future.

3 Likes