Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Dec 28, 2023
1 parent 82d4584 commit 86fd29a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/risedevtool/src/task/compute_node_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ impl Task for ComputeNodeService {

let mut cmd = self.compute_node()?;

if let Ok(rust_log) = std::env::var("RUST_LOG") && !rust_log.is_empty() {
cmd.env("RUST_LOG", rust_log);
}

cmd.env("RUST_BACKTRACE", "1").env(
"TOKIO_CONSOLE_BIND",
format!("127.0.0.1:{}", self.config.port + 1000),
Expand Down

0 comments on commit 86fd29a

Please sign in to comment.