Skip to content

Commit d2228aa

Browse files
authored
fix the bug log cannot send to client sometimes (#662)
1 parent f9a2e90 commit d2228aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/commands/Commands.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace Commands {
5151
unsigned int port = 0;
5252
fs::path logPath;
5353

54-
loguru::NamedVerbosity verbosity;
54+
loguru::NamedVerbosity verbosity = loguru::Verbosity_INFO;
5555
static const std::map<std::string, loguru::NamedVerbosity> verbosityMap;
5656
};
5757

0 commit comments

Comments
 (0)