Extend SA "Event logs" with name of access token

We have multiple access tokens in our service account.
It’s already possible to see which secret has been accessed by the token.

Additionally we would like to see which specific token has accessed the secret.
Since the token has to have a name, this name should be displayed alongside the “Accessed secret” event.

So instead of the current log table structure of:
|Date | Client | Event|

Im thinking something like this:
|Date | Client | Name | Event|

Furthermore i’d like to see who created new tokens/secrets in the SA event log.

With these additions the event log can easily be used as a small audit log when debugging changed secrets etc.

It’s already possible to see which secret has been accessed by the token.

Not the case for me. Actually all event logs in the Secrets Manager UI are empty.