mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
Make log about file logging only info not warning.
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user