validator: pulling all log levels into main

This commit is contained in:
Dave Hrycyszyn
2020-01-29 11:33:23 +00:00
parent 657e092887
commit 81ed98d3ec
+1 -1
View File
@@ -1,7 +1,7 @@
use crate::validator::Config;
use crate::validator::Validator;
use clap::{App, Arg, ArgMatches, SubCommand};
use log::{error, info, trace};
use log::*;
use std::process;
use toml;