Skip to content

Commit 3d2cc20

Browse files
committed
Change "File {} (from 'include_from') does not exist. Ignoring." level to WARN
1 parent 4167dc7 commit 3d2cc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Config/ConfigProcessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ XMLDocumentPtr ConfigProcessor::processConfig(
804804

805805
if (!throw_on_bad_include_from && !fs::exists(include_from_path))
806806
{
807-
LOG_DEBUG(log, "File {} (from 'include_from') does not exist. Ignoring.", include_from_path);
807+
LOG_WARNING(log, "File {} (from 'include_from') does not exist. Ignoring.", include_from_path);
808808
}
809809
else
810810
{

0 commit comments

Comments
 (0)