Add timestamp to log messages

Upgraded env_logger and now we have timestamps and colorful messages.

Fixes #318
This commit is contained in:
Greg Fitzgerald
2018-06-14 16:45:14 -06:00
parent 8b9713a934
commit 7575d3c726
3 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ fn print_usage(program: &str, opts: Options) {
}
fn main() {
env_logger::init().unwrap();
env_logger::init();
let mut threads = 4usize;
let mut num_nodes = 1usize;