Skip to content

Commit

Permalink
AI billing: turn on logging (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel authored Sep 30, 2024
1 parent d19dfe6 commit 4fe310d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inference-gateway/src/daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ use tokio::sync::Mutex;

#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
env_logger::init();

let cfg = Config::new().await;

let background_threads: Arc<Mutex<Vec<tokio::task::JoinHandle<()>>>> =
Expand Down

0 comments on commit 4fe310d

Please sign in to comment.