-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
SP Prioritized List
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Currently, when running mongod with --fork, stderr and stdout are redirected to /dev/null. This means we lose debug info written to stderr (from `doSafeLog` in the logging system, `OpenSSLDie` in OpenSSL, and probably more). This option would apply to forked processes, so we would no longer lose stderr.