域名列表改为INFO

This commit is contained in:
xx
2024-06-13 02:27:39 +08:00
parent 6b3be04eb2
commit 8121a71fee

View File

@@ -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";