Skip to content

Commit

Permalink
chore: make phoenix server errors debug logs (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Jan 14, 2025
1 parent 9bd548e commit 38b9dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/phoenix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pub fn spawn<M: Clone + Measurement + Sync + Send + 'static>(
{
let error_display = err.to_string();
crate::metrics::phoenix_server_errors(&error_display).inc();
tracing::error!(
tracing::debug!(
"failed to respond to phoenix request: {error_display}"
);
}
Expand Down

0 comments on commit 38b9dda

Please sign in to comment.