We are using mongodb version 3 in a AWS environment with Linux AMIs. I suspect this is not possible from reading the mongodb documentation.
I would like to log all slow queries to its own log file. When slow queries are logged they write the query data as well. I do not want query data going into my normal mongodb.log file.
Thank you.