googleapis / google-cloud-ruby

Google Cloud Client Library for Ruby
https://googleapis.github.io/google-cloud-ruby/
Apache License 2.0
1.35k stars 545 forks source link

support broadcast logger #27356

Open amozoss opened 5 days ago

amozoss commented 5 days ago

Implements a broadcast logger https://github.com/rails/rails/blob/a11f0a63673d274c59c69c2688c63ba303b86193/activesupport/lib/active_support/broadcast_logger.rb So that rails 7.1 works Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: [x] Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea. [x] Follow the instructions in CONTRIBUTING. Most importantly, ensure the tests and linter pass by running bundle exec rake ci in the gem subdirectory. [ ] Update code documentation if necessary.

closes: #23522