1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

log: change default logging level back to 'info'

This commit is contained in:
Steffen Vogel 2020-07-04 17:17:36 +02:00 committed by Steffen Vogel
parent 06c0bd8870
commit cd9ab7625e

View file

@ -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();