Azure Functions - Injected ILogger<T> logs aren't appearing
I'm using FunctionsStartup in an Azure Functions project to setup IoC bindings. However, any logs created from an injected ILogger<T> aren't appearing when I run it in Azure. I've created a very cutdown version with a brand new example project to demonstrate this... https://github.com/dracan/AzureFunctionsLoggingIssue The output of this is... 2020-04-0