From da04f97a8ce663769504ef2e41352cf13b65ecd9 Mon Sep 17 00:00:00 2001 From: Elia Zammuto Date: Sun, 8 Oct 2023 13:53:42 +0000 Subject: [PATCH] Remove false positive FATAL log --- src/confighttp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/confighttp.cpp b/src/confighttp.cpp index ba7c21ee..396cf63d 100644 --- a/src/confighttp.cpp +++ b/src/confighttp.cpp @@ -368,7 +368,7 @@ namespace confighttp { pt::ptree inputTree, fileTree; - BOOST_LOG(fatal) << config::stream.file_apps; + BOOST_LOG(info) << config::stream.file_apps; try { // TODO: Input Validation pt::read_json(ss, inputTree);