Skip to content

Commit

Permalink
Comment out log interceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Feb 12, 2024
1 parent d04fb11 commit d258f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/net/routing/interceptor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub(crate) fn interceptor_factories(config: &Config) -> ZResult<Vec<InterceptorF
let mut res: Vec<InterceptorFactory> = vec![];

// Uncomment to log the interceptors initialisation
res.push(Box::new(LoggerInterceptor {}));
// res.push(Box::new(LoggerInterceptor {}));

res.extend(downsampling_interceptor_factories(config.downsampling())?);

Expand Down

0 comments on commit d258f9c

Please sign in to comment.