Back to Envoy

Logging Added N As A Custom Spdlog Pattern

changelogs/current/new_features/logging__added-n-as-a-custom-spdlog-pattern.rst

1.39.0271 B
Original Source

Added %N as a custom spdlog pattern flag that emits the Envoy version string. It can be used in the --log-format CLI flag or the bootstrap application_log_config.log_format to include the running version in every log line, e.g. --log-format "[%N][%l] %v".