Azure / azure-functions-dotnet-worker

Azure Functions out-of-process .NET language worker
MIT License
431 stars 184 forks source link

explicitly remove ConsoleLogger #2806

Closed brettsam closed 3 weeks ago

brettsam commented 3 weeks ago

ConsoleLogger can result in dupe logging so we'll explicitly remove it by default. This can easily be re-added by customers with AddConsole() if they want it.

Pull request checklist