Back to Envoy

Logging Added Log Stacktrace Single Entry Cli Option

changelogs/current/new_features/logging__added-log-stacktrace-single-entry-cli-option.rst

1.39.0326 B
Original Source

Added :option:--log-stacktrace-single-entry CLI option to emit the entire stack trace in a single ENVOY_LOG call instead of one call per frame. Each frame is still delimited by a newline within the message. This is useful for log aggregation systems where each log call produces a separate log entry (e.g. JSON logging).