Skip to content

Commit

Permalink
Lower Hostcall error log level to DEBUG (fastly#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
awilliams-fastly authored and cmckendry committed Feb 8, 2024
1 parent 30aaab2 commit 689186f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/wiggle_abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl UserErrorConversion for Session {
event!(Level::DEBUG, "Hostcall yielded an error: {}", err);
}
},
_ => event!(Level::ERROR, "Hostcall yielded an error: {}", e),
_ => event!(Level::DEBUG, "Hostcall yielded an error: {}", e),
}

match e {
Expand Down

0 comments on commit 689186f

Please sign in to comment.