Try other log output
This commit is contained in:
@@ -14,10 +14,7 @@ pub mod timebin;
|
||||
pub mod vecpreview;
|
||||
|
||||
mod log {
|
||||
#[cfg(not(test))]
|
||||
pub use netpod::log::*;
|
||||
#[cfg(test)]
|
||||
pub use netpod::log_direct::*;
|
||||
pub use netpod::log_macros_branch::*;
|
||||
}
|
||||
|
||||
pub mod bincode {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use crate::log::Level;
|
||||
use daqbuf_err as err;
|
||||
use netpod::log::Level;
|
||||
use netpod::DiskStats;
|
||||
use netpod::EventDataReadStats;
|
||||
use netpod::RangeFilterStats;
|
||||
|
||||
Reference in New Issue
Block a user