diff --git a/theseus/src/logger.rs b/theseus/src/logger.rs index c948deb36..8149e629c 100644 --- a/theseus/src/logger.rs +++ b/theseus/src/logger.rs @@ -37,7 +37,7 @@ pub fn start_logger() -> Option { // This will log to a file in the logs directory, and will not show any logs in the console #[cfg(not(debug_assertions))] pub fn start_logger() -> Option { - use theseus::prelude::DirectoryInfo; + use crate::prelude::DirectoryInfo; use tracing_appender::rolling::{RollingFileAppender, Rotation}; use tracing_subscriber::fmt::time::ChronoLocal;