feat(GODT-2707): set bridge-gui default log level to 'debug'.

This commit is contained in:
Xavier Michelon
2023-06-22 12:43:24 +02:00
committed by Xavier Michelon
parent b7a2371220
commit cc1d0e803b

View File

@ -46,7 +46,7 @@ public: // static member functions.
static bool stringToLevel(QString const &str, Log::Level &outLevel); ///< parse a level from a string.
public: // static data member.
static const Level defaultLevel { Level::Info }; ///< The default log level (the same as logrus).
static const Level defaultLevel { Level::Debug }; ///< The default log level in Bridge.
public: // member functions.
Log(); ///< Default constructor.