Hard coded anvil-provision-server to log level 2 while chasing a race condition is storage groups.

Signed-off-by: digimer <mkelly@alteeve.ca>
main
digimer 2 years ago
parent 9a58f4d1ff
commit 1bba56a5b1
  1. 2
      tools/anvil-provision-server

@ -31,6 +31,8 @@ if (($running_directory =~ /^\./) && ($ENV{PWD}))
$| = 1;
my $anvil = Anvil::Tools->new();
$anvil->Log->level({set => 2});
$anvil->Log->secure({set => 1});
# Read switches
$anvil->Get->switches({list => [

Loading…
Cancel
Save