Remove false positive FATAL log
This commit is contained in:
committed by
Cameron Gutman
parent
8a7111a63b
commit
da04f97a8c
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user