aboutsummaryrefslogtreecommitdiffstats
path: root/include/crow/http_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crow/http_server.h')
-rw-r--r--include/crow/http_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/crow/http_server.h b/include/crow/http_server.h
index f190739..6aa070e 100644
--- a/include/crow/http_server.h
+++ b/include/crow/http_server.h
@@ -150,6 +150,7 @@ namespace crow
CROW_LOG_INFO << server_name_ << " server is running at " << bindaddr_ <<":" << port_
<< " using " << concurrency_ << " threads";
+ CROW_LOG_INFO << "Call `app.loglevel(crow::LogLevel::Warning)` to hide Info level logs.";
signals_.async_wait(
[&](const boost::system::error_code& /*error*/, int /*signal_number*/){