main log logic rework

feature/1184
prplV 2025-04-08 04:44:41 -04:00
parent 9055142073
commit 5842c93ecf
1 changed files with 10 additions and 11 deletions

View File

@ -41,8 +41,7 @@ async fn main() -> anyhow::Result<()> {
.with_file(false) .with_file(false)
.compact() .compact()
.init(); .init();
info!("Logger was created and configurated, dotenv vars were loaded (if exist)");
info!("Loading env vars from .env if exists ...");
info!("Initializing local Prometehus metrics registry ..."); info!("Initializing local Prometehus metrics registry ...");
let registry = Registry::new(); let registry = Registry::new();