Revert "fixup! test-validator: start logging asap (#19655)" (#19740)

This reverts commit 64a2d7081b.
This commit is contained in:
Justin Starry 2021-09-09 07:12:17 -05:00 committed by GitHub
parent eade497e15
commit 46fc92f392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()