This reverts commit64a2d7081b
. (cherry picked from commit46fc92f392
) Co-authored-by: Justin Starry <justin@solana.com>
This commit is contained in:
@ -323,7 +323,7 @@ fn main() {
|
|||||||
|
|
||||||
let validator_log_symlink = ledger_path.join("validator.log");
|
let validator_log_symlink = ledger_path.join("validator.log");
|
||||||
|
|
||||||
let logfile = if output == Output::Log {
|
let logfile = if output != Output::Log {
|
||||||
let validator_log_with_timestamp = format!(
|
let validator_log_with_timestamp = format!(
|
||||||
"validator-{}.log",
|
"validator-{}.log",
|
||||||
SystemTime::now()
|
SystemTime::now()
|
||||||
|
Reference in New Issue
Block a user