Skip to content

Commit

Permalink
fix the bug log cannot send to client sometimes (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzx2017lzx committed Dec 14, 2023
1 parent f9a2e90 commit d2228aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/commands/Commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace Commands {
unsigned int port = 0;
fs::path logPath;

loguru::NamedVerbosity verbosity;
loguru::NamedVerbosity verbosity = loguru::Verbosity_INFO;
static const std::map<std::string, loguru::NamedVerbosity> verbosityMap;
};

Expand Down

0 comments on commit d2228aa

Please sign in to comment.