Log functions call global_logger->log_vprintf_() without a null check. The test main.cpp skips the generated setup() (which calls Logger::pre_setup()), so set up a static Logger before running tests.
Co-authored-by: J. Nick Koston <nick@home-assistant.io> Co-authored-by: J. Nick Koston <nick@koston.org>