logging - What Exactly Gets Stored in MongoDB Logs? -


so gets stored in mongodb logs? checked out mongodb documentation , wasn't able find concrete on subject, figured ask here.

i had peek logs attempt find out something, , appears though longer queries in logs. have profiling enabled; i'm guessing stored queries being echo'ed logs?

all operations take longer 100ms logged whether or not profiling enabled. profiling setting controls whether written special system.profile collection.

there isn't documentation gets logged (different log levels affect it) - if interested enough can browse the source code mongodb on github - search strings log([0-5]) or log() - give idea.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -