feat: add logger module with initialization function using tracing and dotenvy

This commit is contained in:
MythEclipse
2025-07-31 15:15:55 +07:00
parent 558e0ce568
commit 83e765f358
2 changed files with 22 additions and 0 deletions
+2
View File
@@ -1,3 +1,4 @@
mod logger;
pub mod bind_filter;
pub mod extract_email;
pub mod generate_date;
@@ -10,6 +11,7 @@ pub mod response_format;
pub mod serde_helpers;
pub mod validator;
pub use logger::init_logger;
pub use bind_filter::*;
pub use extract_email::*;
pub use generate_date::*;