Complete merging of network addition branch

This commit is contained in:
Age Manning
2019-06-23 12:34:00 +10:00
parent c7e17c8641
commit 6ee2b4df34
11 changed files with 12 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ use clap::{App, Arg};
use client::{ClientConfig, Eth2Config};
use env_logger::{Builder, Env};
use eth2_config::{get_data_dir, read_from_file, write_to_file};
use slog::{crit, o, Drain};
use slog::{crit, o, Drain, Level};
use std::path::PathBuf;
pub const DEFAULT_DATA_DIR: &str = ".lighthouse";