How to enrich Serilog’s custom dimensions for application insights
I have tried a few different methods to log some custom properties to app insights using Serilog, but none of them show up in the logs. First I tried using the Enrich.FromLogContext()
method:
How to enrich Serilog’s custom dimensions for application insights
I have tried a few different methods to log some custom properties to app insights using Serilog, but none of them show up in the logs. First I tried using the Enrich.FromLogContext()
method: