Skip to content

Commit

Permalink
Update jenv usage
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlAmko committed Jul 5, 2023
1 parent 7cb26c6 commit f960fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngrok-java-native/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl<'local> com_ngrok::RuntimeRs<'local> for RuntimeRsImpl<'local> {
LOGGER.get_or_init(|| logref);

let log_lvl: Level =
Level::from_str(&logger.get_level(env)).unwrap_or(Level::TRACE);
Level::from_str(&logger.get_level(self.env)).unwrap_or(Level::TRACE);
let level_filter: LevelFilter = log_lvl.into();
tracing_subscriber::registry()
.with(TracingLoggingLayer)
Expand Down

0 comments on commit f960fa0

Please sign in to comment.