Make log about file logging only info not warning.

This commit is contained in:
Daniel Nichter
2013-09-18 16:06:36 -07:00
parent 55621e587c
commit cad211426c

View File

@@ -7028,7 +7028,7 @@ sub run_service {
); );
} }
else { else {
$logger->warning("File logging only"); $logger->info("File logging only");
} }
# Load the Service object from local service JSON file. # Load the Service object from local service JSON file.