Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.94k stars 442 forks source link

fixing possible issue with the WebHost dev console logs #10633

Closed brettsam closed 1 week ago

brettsam commented 1 week ago

Fixing a potential issue with the previous commit (#10629) -- we shouldn't be basing this on JobHost settings. This means a customer may get a flood of logs if they have this enabled today via host.json (which some do). Simplifying to only rely on dev environment setting.

Pull request checklist

IMPORTANT: Currently, changes must be backported to the in-proc branch to be included in Core Tools and non-Flex deployments.