main log logic rework
parent
9055142073
commit
5842c93ecf
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue