forked from Silverfish/proton-bridge
feat(GODT-2707): set bridge-gui default log level to 'debug'.
This commit is contained in:
committed by
Xavier Michelon
parent
b7a2371220
commit
cc1d0e803b
@ -46,7 +46,7 @@ public: // static member functions.
|
|||||||
static bool stringToLevel(QString const &str, Log::Level &outLevel); ///< parse a level from a string.
|
static bool stringToLevel(QString const &str, Log::Level &outLevel); ///< parse a level from a string.
|
||||||
|
|
||||||
public: // static data member.
|
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.
|
public: // member functions.
|
||||||
Log(); ///< Default constructor.
|
Log(); ///< Default constructor.
|
||||||
|
|||||||
Reference in New Issue
Block a user