ughh
This commit is contained in:
parent
1ec9ee7cc7
commit
4827e35a0f
@ -49,7 +49,7 @@ async fn main() {
|
|||||||
info!("Initialized logger successfully");
|
info!("Initialized logger successfully");
|
||||||
info!(
|
info!(
|
||||||
"Current executable path: {}",
|
"Current executable path: {}",
|
||||||
std::env::current_exe().unwrap()
|
std::env::current_exe().unwrap().display()
|
||||||
);
|
);
|
||||||
// Get secure env vars from .env file
|
// Get secure env vars from .env file
|
||||||
match dotenv() {
|
match dotenv() {
|
||||||
|
Loading…
Reference in New Issue
Block a user