I am using Azure Function v2. Here is my function that uses the constructor injection:
Azure Function
public sealed class FindAccountFunction { private readonl
You can add
"logging": { "fileLoggingMode": "debugOnly", "logLevel": { "default": "Information" } }
without the need to add DI if you want to use IloggerFactory