Do the Redis or acl logs record the identity of a user who performed an O&M action?

Comment From: oranagra

Neither the log file, nor the ACL log, keep a record of every command executed if that's what you mean. The log file contains only major server events, and the ACL log only contains authentication errors. It would be very easy for you to test it and see what it has rather than ask questions.

It would be much better if you describe what exactly you need? or better yet, what's your use case (maybe what you think you need is better served by a different approach).

maybe you're looking for something like this: https://github.com/redis/redis/pull/6832