[trac1024] Route unit test logging output to /dev/null by default
The change to make DEBUG the default logging severity generates a lot of output. C++ unit test output is now routed to /dev/null by default, with B10_LOGGER_DESTINATION needing to be set to stdout or stderr to make it visible.
Please register or sign in to comment