BOOST_TEST_MESSAGE no longer works. see: #18472
Since it doesn't seem like BOOST_TEST_MESSAGE was missed, instead of replacing with cout maybe it's preferable to just remove the test messages. For now I just put cout in the place of BOOST_TEST_MESSAGE.
Also as a consequence of #18472, log_level option can no longer be passed via the cli so this PR removes it from the docs.