[go: up one dir, main page]

Skip to content

Google Cloud Logging 0.23.1

Compare
Choose a tag to compare
@dazuma dazuma released this 22 Dec 20:39
· 18521 commits to main since this release
  • Uses the stackdriver-core gem to obtain Trace ID, for compatibility with the google-cloud-trace gem.
  • Google::Cloud::Logging::Logger now understands all remaining standard Logger methods.
  • Cleans up AsyncWriter threads on VM exit, to prevent gRPC from crashing if it's still in the middle of a call.
  • Support setting log name by path, and direct App Engine health checks to a separate log by default to prevent them from spamming the main app log.
  • Minor improvements to warning messages.