Skip to content

Commit 853cb43

Browse files
committed
dump logs anyway
1 parent fbe11a5 commit 853cb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/Cluster.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ sub stop
188188
my $nodes = $self->{nodes};
189189
$mode = 'fast' unless defined $mode;
190190

191-
# $self->dumplogs();
191+
$self->dumplogs();
192192

193193
my $ok = 1;
194194
diag("stopping cluster ${mode}ly");

0 commit comments

Comments
 (0)