Skip to content

Commit

Permalink
remove hardcoded debug log level
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jul 31, 2024
1 parent a732787 commit aea3a90
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,6 @@ fn umount(mountpoint: &str) -> io::Result<()> {

#[allow(clippy::missing_panics_doc)]
pub fn log_init(level: Level) -> WorkerGuard {
// Set the RUST_LOG environment variable to include debug logs
env::set_var("RUST_LOG", "debug");

let directive = format!("rencfs={}", level.as_str())
.parse()
.expect("cannot parse log directive");
Expand Down

0 comments on commit aea3a90

Please sign in to comment.