Skip to content

Commit

Permalink
fix: get_logger (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: supernovahs <supernovahs@proton.me>
  • Loading branch information
supernovahs and supernovahs authored Aug 13, 2024
1 parent 82ab8ae commit eb092d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/logging/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ pub fn init_logger(log_level: LogLevel) {

/// get the initialized logger
pub fn get_logger() -> &'static TracingLogger {
TEST_LOGGER.get().expect("Logger not initialized")
LOGGER.get().expect("Logger not initialized")
}

0 comments on commit eb092d5

Please sign in to comment.