Configure DI container for logging in Azure Function
luboshl opened this issue · 0 comments
luboshl commented
Currently Azure Function logs only message logged with ILogger
injected into Run
method. Loggers injected into other services (LocationMessageProcessor
for example) do not log any messages in the Function.