Adds more logging details to debug production bugs
Issue ticket number and link
N/A
Motivation and Context
Currently, there's a bug within GCP stating that our RegExps are too large, however, we don't know why we're hitting that limit. This PR is the first step in us understanding why the error is getting thrown and how we can fix it.
Describe your changes
Adds more logging details to debug production bugs
Issue ticket number and link
N/A
Motivation and Context
Currently, there's a bug within GCP stating that our RegExps are too large, however, we don't know why we're hitting that limit. This PR is the first step in us understanding why the error is getting thrown and how we can fix it.
How Has This Been Tested?
Locally on my machine. No new tests.
Screenshots (if appropriate):
N/A