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

This commit is contained in:
steviez 2021-09-08 02:56:55 -05:00 committed by GitHub
parent 778b2adbea
commit 64a2d7081b
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()