From 8121a71fee4730a3d999c06227b6360eeda4e958 Mon Sep 17 00:00:00 2001 From: xx Date: Thu, 13 Jun 2024 02:27:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=9F=E5=90=8D=E5=88=97=E8=A1=A8=E6=94=B9?= =?UTF-8?q?=E4=B8=BAINFO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/app.cpp b/src/core/app.cpp index eb062dc..29aef8e 100644 --- a/src/core/app.cpp +++ b/src/core/app.cpp @@ -85,7 +85,7 @@ bool fastweb::app::start(const std::string& config_filepath) url = "http://"; url += host_config.domain; url += ":" + std::to_string(host_config.port); - log->warn("URL: " + url, __FILE__, __func__, __LINE__); + log->info("URL: " + url, __FILE__, __func__, __LINE__); } ws_config.name = "master";