-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Networking & Observability
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
doSafeLog is called whenever a log statement throws an exception: https://github.com/10gen/mongo/blob/27cf80da81947b9420cd8c04ed0ed240715e688f/src/mongo/logv2/log_detail.cpp#L334
But sometimes we intend for a log statement to throw:
Meaning that we output the chatty doSafeLog output when we really do not need to, ifÂ
UserAssertAfterLog is in use.
- is caused by
-
SERVER-109364 logv2's doSafeLog gives too little information
-
- Closed
-