Insert Timestamp field may be used to reliably sort the system log?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 08:03 AM - edited 06-15-2023 08:04 AM
So apparently you can add a field of type "Insert Timestamp" to the System Log, and that will give us a reliable way to sort messages IN THE ORDER in which they were logged. Very useful for script debugging!
Example:
Log 10 messages, one right after another.
Try sorting by "Created". This does not work. Messages order is 'random' because the Create Date/Time is not granular enough:
Now try sorting by the new, magical "Insert Timestamp" field. This seems to work!
1) Any issues with adding one of these "Insert Timestamp" fields to our System Log tables?
2) Where is the product documentation on this "Insert Timestamp" field type???
3) Why isn't this included as a field on the System Log table by default?
Thanks!