Deprecate env_log flag in tracing layer (#5228)

* deprecate terminal logs file in tracing layer

* sink writer
This commit is contained in:
Eitan Seri-Levi
2024-02-19 07:17:58 +02:00
committed by GitHub
parent c9702cb0a1
commit 4d625951b8
2 changed files with 3 additions and 9 deletions

View File

@@ -556,9 +556,7 @@ fn run<E: EthSpec>(
let path = tracing_log_path.clone().unwrap();
let turn_on_terminal_logs = matches.is_present("env_log");
logging::create_tracing_layer(path, turn_on_terminal_logs);
logging::create_tracing_layer(path);
// Allow Prometheus to export the time at which the process was started.
metrics::expose_process_start_time(&log);