Commit 77779a5b authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

ops: configurable l2geth verbosity (#569)

parent 394793e8
#!/bin/bash #!/bin/bash
RETRIES=${RETRIES:-40} RETRIES=${RETRIES:-40}
VERBOSITY=${VERBOSITY:-6}
# get the addrs from the URL provided # get the addrs from the URL provided
ADDRESSES=$(curl --silent --retry-connrefused --retry $RETRIES --retry-delay 5 $URL) ADDRESSES=$(curl --silent --retry-connrefused --retry $RETRIES --retry-delay 5 $URL)
...@@ -28,4 +29,4 @@ curl \ ...@@ -28,4 +29,4 @@ curl \
--retry-delay 1 \ --retry-delay 1 \
$ROLLUP_CLIENT_HTTP $ROLLUP_CLIENT_HTTP
exec geth --verbosity=6 exec geth --verbosity="$VERBOSITY"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment