Reinstate devtools debug logging with opt-out

Reinstate `web` logging when devtools is in use, making use of the new
logging groups support. Devtools now also logs an `INFO` message
informing that properties defaults are offers an easy way to disable
them.

Closes gh-14450
This commit is contained in:
Phillip Webb
2018-09-12 15:57:19 -07:00
parent c4caf2705a
commit cef635d86c
3 changed files with 49 additions and 21 deletions

View File

@@ -19,6 +19,12 @@
"reason": "Remote debug is no longer supported.",
"level": "error"
}
},
{
"name": "spring.devtools.add-properties",
"type": "java.lang.Boolean",
"description": "Whether to enable devtool property defaults.",
"defaultValue": true
}
]
}
}