mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
Fix send_data() and run_services(). Add --interactive. Print message about starting online logging in start_online_logging() to avoid false-positive. eval send_data() and run_service() to catch spurious errors.
This commit is contained in:
@@ -120,6 +120,9 @@ sub start_online_logging {
|
||||
my $read_timeout = $args{read_timeout} || 3;
|
||||
|
||||
return unless $self->online_logging;
|
||||
|
||||
$self->info("Starting online logging. No more log entries will be printed here. "
|
||||
. "Agent logs are accessible through the web interface.");
|
||||
|
||||
my $pid = open(my $pipe_write, "|-");
|
||||
|
||||
|
Reference in New Issue
Block a user