This document discusses logging slow queries in MongoDB. It provides instructions on enabling profiling in MongoDB to collect performance data on slow operations over 100 milliseconds by default. An example slow query document is shown from the system.profile collection, listing the command and time taken. Various solutions for slow queries are mentioned such as adding indexes, changing schema design, or scaling hardware.