Try other log output

This commit is contained in:
Dominik Werder
2024-12-14 08:51:48 +01:00
parent f9cbe93fa1
commit a43dd308b5
2 changed files with 2 additions and 5 deletions

View File

@@ -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 {

View File

@@ -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;