Skip to content

Commit

Permalink
Reduce suibase-daemon.log verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed May 30, 2024
1 parent 2ac04c0 commit 61e454b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/suibase/crates/common/src/workers/shell_worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl ShellWorker {
let resp: Option<String>;

let log_details = if let Some(command) = &msg.command {
!command.ends_with("status")
!command.ends_with("status --daemoncall")
} else {
false
};
Expand Down

0 comments on commit 61e454b

Please sign in to comment.