Log all sudo commands by each user as root
We have the need to log every command run as root by each user to that did a "sudo su -" to root.
Easy way to do this? Yes, I can look at .bash_history for root, but I need to see who was sudo'd to root and what did each person run as root.
Thank you.