-
Type: New Feature
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
In the Ruby driver, Mongo logs truncate after 250 characters due to the constant Mongo::Protocol::Query::LOG_STRING_LIMIT. This makes verbose logs in testing/staging environments very unhelpful. Since it's Ruby, we can override this constant, but it'd be nice to let us set this ourselves.