Skip to content

Commit

Permalink
removed tracing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwinhr716 committed Jul 26, 2024
1 parent 9697d16 commit 592ea3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions router/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1896,8 +1896,6 @@ pub async fn run(

tracing::info!("Connected");
let total_time = length_time.elapsed() + Duration::from_secs(download_time);
tracing::info!("total time for router to boot up and connect to model server {:?}", length_time.elapsed());
tracing::info!("the total time in secs of boot time is {:?}", total_time);
metrics::gauge!("tgi_model_load_time").set(total_time.as_secs_f64());


Expand Down

0 comments on commit 592ea3f

Please sign in to comment.