From 6eafa6ccc86a6423b37052be792cdc3d00be9e4d Mon Sep 17 00:00:00 2001 From: cxh Date: Thu, 13 Nov 2025 14:42:01 +0800 Subject: [PATCH] =?UTF-8?q?7=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 0e4feb3..2c4ebd2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,7 +32,7 @@ int main() signal(SIGPIPE, SIG_IGN); // ---------- 初始化日志 ---------- - Logger::init(get_executable_dir_file_path("logs")); + Logger::init(get_executable_dir_file_path("logs"), 7); LOG_INFO("[MAIN] ===== Vehicle Video Service Starting ====="); try