Skip to content

Commit

Permalink
logger: Update to env_logger 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Jan 4, 2023
1 parent f505c2d commit 5c6eebc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-logger"
edition = "2021"

[dependencies]
env_logger = "0.9.0"
env_logger = "0.9.3"
lazy_static = "1.4.0"
log = "0.4.17"

Expand Down
2 changes: 0 additions & 2 deletions logger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ pub fn setup() {
}

// Configures file logging with a default filter if RUST_LOG is not set
//
// NOTE: This does not work at the moment, pending the resolution of https://github.com/env-logger-rs/env_logger/issues/208
pub fn setup_file_with_default(logfile: &str, filter: &str) {
use std::fs::OpenOptions;
let file = OpenOptions::new()
Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ reqwest = { version = "0.11.12", default-features = false, features = ["blocking
solana-sdk = { path = "../sdk", version = "=1.15.0" }

[dev-dependencies]
env_logger = "0.9.0"
env_logger = "0.9.3"
rand = "0.7.0"
serial_test = "0.9.0"

Expand Down

0 comments on commit 5c6eebc

Please sign in to comment.