Standardize on 'use log::*' for easy access to all log level macros
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
use crate::{influxdb, submit};
|
||||
use log::{info, log_enabled};
|
||||
use log::*;
|
||||
use solana_sdk::timing;
|
||||
use std::env;
|
||||
use std::sync::atomic::{AtomicUsize, Ordering};
|
||||
|
Reference in New Issue
Block a user