Hi,
I’d like to make a couple of suggestions regarding the Audit Log to improve clarity and usability:
- Frequent Refresh Token Logs
- The audit log consistently displays updates related to refresh tokens (
http.auth.token.token
&http.auth.token.refreshToken
). - This adds unnecessary clutter, making it harder to focus on meaningful changes. Unless you use the filter, but that takes extra steps.
- Could these logs be moved to a separate tab or filtered out by default to enhance readability?
- The audit log consistently displays updates related to refresh tokens (
- Script Changes & Script Hash Meaning
- When a script is updated, the audit log only shows a
scriptContentsHash
change. - It would be very useful if we could click on it and see a diff view of the script (old vs. new version).
- Could you also clarify what
scriptContentsHash
represents? Does it track every minor edit or just significant changes?
- When a script is updated, the audit log only shows a
I believe these improvements would significantly enhance the user experience.
PS: I dont know if this is the correct place to open up the topic, however I thought maybe others could share their ideas as well in order to help giving feedback.