Make sure that relayers have dates in logs. (#927)

This commit is contained in:
Tomasz Drwięga
2021-04-23 22:00:07 +02:00
committed by Bastian Köcher
parent 479e51c67b
commit 7c2b54c5e7
2 changed files with 15 additions and 3 deletions
-3
View File
@@ -18,8 +18,6 @@
#![warn(missing_docs)]
use relay_utils::initialize::initialize_logger;
mod chains;
mod cli;
mod finality_pipeline;
@@ -31,7 +29,6 @@ mod messages_target;
mod on_demand_headers;
fn main() {
initialize_logger(false);
let command = cli::parse_args();
let run = command.run();
let result = async_std::task::block_on(run);