Skip to content

Add first line of stacktrace to ruby warning logs

Reuben Pereira requested to merge rp/add-stacktrace-to-ruby-warnings into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Add the first line of the stacktrace that contains lib/release_tools to the Ruby warning logs. This will help identify where the warning is coming from.

Author Check-list

  • Has documentation been updated?

Merge request reports