Skip to content
Snippets Groups Projects
Commit 34b5d12b authored by Armin Co's avatar Armin Co
Browse files

Set log level to debug.

parent ff8aa0d6
Branches fix_raspi_cmake
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ constexpr float power_wind[] {
int main()
{
spdlog::set_level(spdlog::level::debug);
spdlog::info("Starting - Smart Grid Modell");
// Intialisation
// put model into a base state
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment