You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add JsonLogFormatter for JSON-formatted log output controlled by
AWS_LAMBDA_LOG_FORMAT and AWS_LAMBDA_LOG_LEVEL environment variables.
Refactor TelemetryLogger initialization to apply Logger patch and
runtime config before telemetry fd setup.
- Add JsonLogFormatter with timestamp, level, message, requestId,
and exception fields (errorType, errorMessage, stackTrace, location)
- Update LoggerPatch to select formatter and log level based on env vars
- Fix LogFormatter to append newline for consistency
- Fix backtrace regex to handle both Ruby < 3.4 and 3.4+ formats
- Upgrade Dockerfile.rie base image to Ruby 3.4
- Relax bundler development dependency to >= 2.0
0 commit comments