Skip to content

Commit

Permalink
Revert "fixup! test-validator: start logging asap (solana-labs#19655)" (
Browse files Browse the repository at this point in the history
solana-labs#19740)

This reverts commit 64a2d70.
  • Loading branch information
jstarry authored and dankelleher committed Nov 24, 2021
1 parent 4127075 commit 8b09076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/src/bin/solana-test-validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ fn main() {

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!(
"validator-{}.log",
SystemTime::now()
Expand Down

0 comments on commit 8b09076

Please sign in to comment.