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:
parent
06c0bd8870
commit
cd9ab7625e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue