From d2228aa2fc0547030f4e4bda144856a29adab6f0 Mon Sep 17 00:00:00 2001 From: lzx2017lzx <2424210323@qq.com> Date: Thu, 14 Dec 2023 19:29:08 +0800 Subject: [PATCH] fix the bug log cannot send to client sometimes (#662) --- server/src/commands/Commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/commands/Commands.h b/server/src/commands/Commands.h index 10c801edb..d8a87a3ac 100644 --- a/server/src/commands/Commands.h +++ b/server/src/commands/Commands.h @@ -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 verbosityMap; };