Merge deprecated master back to master or otherwise enable these defaults for all tests
This MR updates the default levels of debugging used by hived for all tests.
Either merge it back in, or do it a different way, but update the default level of hived so I don't have to do it again every time I have to debug a problem report. I wasted about 15 minutes or so re-enabling it yesterday, only to find that logging levels were being overridden to a slightly higher but still insufficient level in the failing HAF test. So I then had to find this overridden level in that specific test (more time wasted) and update it there as well.
Ideally I would like all tests to run at the higher debug level and avoid logging level customizations for each test.