Add timestamp to log messages
Upgraded env_logger and now we have timestamps and colorful messages. Fixes #318
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user