From cad211426ce096baa3a7f87ec9516eaf0462c2ce Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Wed, 18 Sep 2013 16:06:36 -0700 Subject: [PATCH] Make log about file logging only info not warning. --- bin/pt-agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pt-agent b/bin/pt-agent index 0d0ad3f8..82d56095 100755 --- a/bin/pt-agent +++ b/bin/pt-agent @@ -7028,7 +7028,7 @@ sub run_service { ); } else { - $logger->warning("File logging only"); + $logger->info("File logging only"); } # Load the Service object from local service JSON file.