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);