Remove false positive FATAL log

This commit is contained in:
Elia Zammuto 2023-10-08 13:53:42 +00:00 committed by Cameron Gutman
parent 8a7111a63b
commit da04f97a8c

View File

@ -368,7 +368,7 @@ namespace confighttp {
pt::ptree inputTree, fileTree; pt::ptree inputTree, fileTree;
BOOST_LOG(fatal) << config::stream.file_apps; BOOST_LOG(info) << config::stream.file_apps;
try { try {
// TODO: Input Validation // TODO: Input Validation
pt::read_json(ss, inputTree); pt::read_json(ss, inputTree);