The template is great. Its easy to get the project up and running. However, there is no logging. Please add logging. If I add logging to the `main.cpp` file ``` #include <iostream> ``` and ``` std::cout << "Hello World!" << std::endl; ``` There is no logging output to the terminal. See attached. 