Skip to content

Commit

Permalink
enable span log to try try investigate stuck
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Aug 13, 2024
1 parent 82c4d34 commit 8d8c136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/runtime/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ pub fn init_risingwave_logger(settings: LoggerSettings) {
let fmt_layer = match deployment {
Deployment::Ci => fmt_layer
.compact()
.with_filter(FilterFn::new(|metadata| metadata.is_event())) // filter-out all span-related info
// .with_filter(FilterFn::new(|metadata| metadata.is_event())) // filter-out all span-related info
.boxed(),
Deployment::Cloud => fmt_layer
.json()
Expand Down

0 comments on commit 8d8c136

Please sign in to comment.