-
Type: Bug
-
Resolution: Done
-
Priority: Trivial - P5
-
None
-
Affects Version/s: 2.7.5
-
Component/s: Logging
-
None
-
Environment:Linux x86_64
When I start mongod after compiling with dbg=on I see:
2014-08-26T09:21:42.512-0400 I STORAGE [initandlisten] _DEBUG ReadContext db wasn't open, will try to open admin.system.roles
I believe the "I" before storage represents the INFO debug level, why wouldn't this line (and similar debug lines) be printed at DEBUG level only?