From 3dd2dd9b1dc036a9af5e3a064a6a0320dba41481 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 11 Jun 2020 23:31:57 +0200 Subject: [PATCH] log: increase log-level for static loggers --- 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 322fa9ab8..b7b7331f2 100644 --- a/common/include/villas/log.hpp +++ b/common/include/villas/log.hpp @@ -60,7 +60,7 @@ protected: public: - Log(Level level = Level::info); + Log(Level level = Level::debug); /**< Get the real usable log output width which fits into one line. */ int getWidth();