Permit RUST_LOG overrides

This commit is contained in:
Michael Vines 2018-10-14 11:48:10 -07:00
parent 515c200d86
commit c5180c8092
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash -ex
export RUST_LOG=solana=info
export RUST_LOG=${RUST_LOG:-solana=info} # if RUST_LOG is unset, default to info
export RUST_BACKTRACE=1
solana-keygen -o /config/leader-keypair.json