Skip to content

Commit

Permalink
refactor: Add backtrace for risedev (#8960)
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 authored Apr 3, 2023
1 parent 1527b6c commit 88d84a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,7 @@ alias = "dev"
[tasks.dev]
category = "RiseDev - Start"
dependencies = ["pre-start-dev"]
command = "target/${BUILD_MODE_DIR}/risedev-dev"
args = ["${@}"]
script = "RUST_BACKTRACE=full target/${BUILD_MODE_DIR}/risedev-dev ${@}"
description = "Start a full RisingWave dev cluster using risedev-dev"

[tasks.kafka]
Expand Down
2 changes: 1 addition & 1 deletion src/risedevtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ignored = ["workspace-hack"]
normal = ["workspace-hack"]

[dependencies]
anyhow = "1"
anyhow = { version = "1", features = ["backtrace"] }
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
clap = { version = "4", features = ["derive"] }
console = "0.15"
Expand Down

0 comments on commit 88d84a0

Please sign in to comment.