main log logic rework
parent
9055142073
commit
5842c93ecf
|
|
@ -41,8 +41,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
.with_file(false)
|
||||
.compact()
|
||||
.init();
|
||||
|
||||
info!("Loading env vars from .env if exists ...");
|
||||
info!("Logger was created and configurated, dotenv vars were loaded (if exist)");
|
||||
|
||||
info!("Initializing local Prometehus metrics registry ...");
|
||||
let registry = Registry::new();
|
||||
|
|
|
|||
Loading…
Reference in New Issue