Skip to content

Commit fa61529

Browse files
committed
remove log about sentry when run daemon command
1 parent ef7073d commit fa61529

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ckb-bin/src/lib.rs

+6-1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ type Silent = bool;
166166
fn is_silent_logging(cmd: &str) -> Silent {
167167
matches!(
168168
cmd,
169-
cli::CMD_EXPORT | cli::CMD_IMPORT | cli::CMD_STATS | cli::CMD_MIGRATE | cli::CMD_RESET_DATA
169+
cli::CMD_EXPORT
170+
| cli::CMD_IMPORT
171+
| cli::CMD_STATS
172+
| cli::CMD_MIGRATE
173+
| cli::CMD_RESET_DATA
174+
| cli::CMD_DAEMON
170175
)
171176
}

0 commit comments

Comments
 (0)