diff --git a/validator/src/main.rs b/validator/src/main.rs index fc6fb80f9f..85a7678808 100644 --- a/validator/src/main.rs +++ b/validator/src/main.rs @@ -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).