logger: Update to env_logger 0.9.3 (#29510)

This commit is contained in:
Jon Cinque 2023-01-04 21:35:37 +01:00 committed by GitHub
parent 98dc3db4d1
commit aa593a31f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 8 deletions

4
Cargo.lock generated
View File

@ -1516,9 +1516,9 @@ dependencies = [
[[package]]
name = "env_logger"
version = "0.9.0"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
dependencies = [
"atty",
"humantime",

View File

@ -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"

View File

@ -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()

View File

@ -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"

View File

@ -1337,9 +1337,9 @@ dependencies = [
[[package]]
name = "env_logger"
version = "0.9.0"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
dependencies = [
"atty",
"humantime",