Add disable-log-timestamp flag (#3101) (#3586)

## Issues Addressed

Closes https://github.com/sigp/lighthouse/issues/3101

## Proposed Changes

Add global flag to suppress timestamps in the terminal logger.
This commit is contained in:
Ramana Kumar
2022-09-23 03:52:41 +00:00
parent 3128b5b430
commit 76ba0a1aaf
6 changed files with 27 additions and 1 deletions

View File

@@ -785,6 +785,7 @@ fn run<T: EthSpec>(
logfile_debug_level: "trace",
log_format: None,
log_color: false,
disable_log_timestamp: false,
max_log_size: 0,
max_log_number: 0,
compression: false,