diff --git a/tools/anvil-safe-start b/tools/anvil-safe-start index 86072904..c890e7fe 100755 --- a/tools/anvil-safe-start +++ b/tools/anvil-safe-start @@ -348,7 +348,7 @@ sub start_pacemaker while ($waiting) { $waiting = 0; - my ($problem) = $anvil->Cluster->parse_cib({debug => 3}); + my ($problem) = $anvil->Cluster->parse_cib({debug => 2}); $anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => { problem => $problem }}); if ($problem) {