Noticed this on a repo:
DEBUG: Failed to process Gradle file
{
"err": {
"message": "Expected token registryUrl not found",
"stack": "Error: Expected token registryUrl not found\n at ..."
},
"config": {
"mode": "full",
"detectGlobalManagerConfig": false,
"detectHostRulesFromEnv": false,
...
I don't think this should include the full config object
(There are some other places we do this too, and IMO, it's fairly noisy when really the repo config is all we need to log)