envoy
envoy copied to clipboard
Use std::format instead of fmtlib in spdlog
Additional Description: First step in replacing fmtlib with its std::format equivalent. C++20 std::format does not support formatting of iterative types and a few places needed absl::StrJoin as a workaround.
Risk Level: Low Testing: Unit Tests Docs Changes: N/A Release Notes: N/A Platform Specific Features: N/A
As a reminder, PRs marked as draft will not be automatically assigned reviewers, or be handled by maintainer-oncall triage.
Please mark your PR as ready when you want it to be reviewed!
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!