Skip to content

Commit

Permalink
print headers
Browse files Browse the repository at this point in the history
  • Loading branch information
noyoshi committed Aug 10, 2024
1 parent 10cca79 commit a53bf54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions router/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ async fn generate(
metrics::increment_counter!("lorax_request_count");

tracing::debug!("Input: {}", req.0.inputs);
tracing::info!("Request Headers: {}", req_headers);

if info.embedding_model {
metrics::increment_counter!("lorax_request_failure", "err" => "bad_request");
Expand Down

0 comments on commit a53bf54

Please sign in to comment.