Frederik Gheysels
Frederik Gheysels
lowercase or camelCase ?
After creating this issue, and after a chat with @spasal , I am actually quite curious on how this will impact the built-in Function-logging stuff.
I believe there are 3 things that we need to do: - no longer use the `APPLICATIONINSIGHTS_CONNECTION_STRING` setting when using our AppInsights middleware - making sure that Arcus middleware correctly...
But what about correlating your own custom traces to the correct request, because they're currently not correlated. Also, requests that are logged via the default Azure Functions middleware do not...
> > But what about correlating your own custom traces to the correct request, because they're currently not correlated. > > This should work already. Are you sure you selected...
It's just the code that is provided by the Arcus Http Function template. ```csharp public static async Task Main(string[] args) { Log.Logger = new LoggerConfiguration() .MinimumLevel.Debug() .WriteTo.Console() .CreateBootstrapLogger(); try {...
Hi @spasal , is this something you still want to keep working on ?