Hello,
We are using llblgen (5.10.1) in conjunction with serilog and Serilog.Sinks.AzureAnalytics. When llblgen encounters an exception, a log message is sent to serilog, which generates a lot of custom columns in the azure loganalytics table: one for each field in the entity. This leads to columns being created named 'LogException__involvedEntity__dataErrorInfoError_s' or 'LogException__involvedEntity__fieldsIsDirty_b' or 'LogException__involvedEntity__objectID_g'
The maximum number of custom columns in Azure logAnalytics is 500: once you hit this number, any message that should have created a new column is silently ignored. My question is: how can I change the serilog message templates for llblgen? I wish to not create a custom column for each field.
Regards
-Edoode