From 9320d6ec7334d820a38c416bfce4c8e677b17bf5 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 4 Jul 2020 17:17:36 +0200 Subject: [PATCH] log: change default logging level back to 'info' --- common/include/villas/log.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/include/villas/log.hpp b/common/include/villas/log.hpp index b7b7331f2..322fa9ab8 100644 --- a/common/include/villas/log.hpp +++ b/common/include/villas/log.hpp @@ -60,7 +60,7 @@ protected: public: - Log(Level level = Level::debug); + Log(Level level = Level::info); /**< Get the real usable log output width which fits into one line. */ int getWidth();