mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +00:00
Deprecate env_log flag in tracing layer (#5228)
* deprecate terminal logs file in tracing layer * sink writer
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user