-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Internal Code, Logging
-
Server Security
There are a few instances where std::exception could be caught and logged rather than just catching unhandled exceptions.
cd src/mongo
git grep 'catch.*\.\.\.'
See, for instance: https://github.com/mongodb/mongo/blob/r2.5.2/src/mongo/db/repl/heartbeat.cpp#L289-L291