We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a2e90 commit d2228aaCopy full SHA for d2228aa
server/src/commands/Commands.h
@@ -51,7 +51,7 @@ namespace Commands {
51
unsigned int port = 0;
52
fs::path logPath;
53
54
- loguru::NamedVerbosity verbosity;
+ loguru::NamedVerbosity verbosity = loguru::Verbosity_INFO;
55
static const std::map<std::string, loguru::NamedVerbosity> verbosityMap;
56
};
57
0 commit comments