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