-
Type:
Improvement
-
Resolution: Works as Designed
-
Priority:
Trivial - P5
-
None
-
Affects Version/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
An idea that came out of discussion with clyde.bazile for mock tests in CDRIVER-2939, it would be helpful for our own development of mock server tests if we could enable the mock server print out messages it receives. E.g. something like:
mock_server_enable_debug(mock_server);
Tracing technically does this, but tracing is super verbose and easy to read through.