Log solana-validator args on startup to aid debugging
(cherry picked from commit effe6e3ff3
)
This commit is contained in:
committed by
Michael Vines
parent
788e9f321c
commit
cfe3481ba4
@ -765,6 +765,8 @@ pub fn main() {
|
||||
.join(","),
|
||||
);
|
||||
|
||||
info!("Starting validator with: {:#?}", std::env::args_os());
|
||||
|
||||
let vote_account = pubkey_of(&matches, "vote_account").unwrap_or_else(|| {
|
||||
// Disable voting because normal (=not bootstrapping) validator rejects
|
||||
// non-voting accounts (= ephemeral keypairs).
|
||||
|
Reference in New Issue
Block a user