The cppsuite debug_print utility function in test/cppsuite/test_harness/util/debug_utils.h can be improved a bit. These improvements are:
- Reorder the arguments so log level is the first arg, making parsing easier.
- Log the time and thread id at the front of the message. Find a nice format.