How to find which user is running the query in the logs.

I want to know which query is run by which users. I have tried to enable profiling using db.setProfilingLevel(2, { slowms: 100 });, but it still doesn’t give me user information.