Skip to content

Commit

Permalink
ci: fix duplicate dep on mysten-infra
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jul 20, 2022
1 parent 304ff3d commit eaf56a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/sui-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rocksdb = "0.18.0"
serde_with = { version = "1.14.0", features = ["hex"] }
tracing = "0.1.35"
tracing-subscriber = { version = "0.3.11", features = ["time", "registry", "env-filter"] }
telemetry-subscribers = { git = "https://github.com/MystenLabs/mysten-infra", rev = "bdaf6ee818497e6772f3000f938f1e5710f6890f" }
telemetry-subscribers = { git = "https://github.com/MystenLabs/mysten-infra", rev = "49613b62072eba3f3b2316f54fbe6a9e1926697b" }
clap = { version = "3.1.17", features = ["derive"] }
prometheus = "0.13.1"
multiaddr = "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-benchmark/src/bin/stress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ async fn run(
#[tokio::main]
async fn main() {
let mut config = telemetry_subscribers::TelemetryConfig::new("stress");
config.log_level = Some("warn".to_string());
config.log_string = Some("warn".to_string());
config.log_file = Some("stress.log".to_string());
let _guard = config.with_env().init();
let opts: Opts = Opts::parse();
Expand Down

0 comments on commit eaf56a0

Please sign in to comment.