Bumped logging to debug periodic strike init resync failure

Signed-off-by: digimer <mkelly@alteeve.ca>
main
digimer 9 months ago
parent 76e66e6fa6
commit 44aa0fb8d9
  1. 2
      tools/striker-manage-peers

@ -544,7 +544,7 @@ sub process_entry
# Flag a resync, connect, and configure, if needed.
$anvil->data->{sys}{database}{resync_needed} = 1;
$anvil->Database->connect({
debug => 3,
debug => 2,
check_for_resync => 1,
check_if_configured => $host_uuid eq $anvil->Get->host_uuid ? 1 : 0,
});

Loading…
Cancel
Save