tomasjurasek/location-history-app

Configure DI container for logging in Azure Function

luboshl opened this issue · 0 comments

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.