You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Serilog logs enrichment using an App config how can i add standard enrichers like ProcessId, ThreadId, MachineName? The syntax to add property enricher is below but am trying to use the above standard enrichers. There's an option to implement application json which i want to avoid as it needs Serilog 2.6. Any ideas how this can be done?
As an aside question using LoggerConfiguration().ReadFrom.KeyValuePairs(...) how i can pass standard enrichers i.e. ThreadId, Environment, Process enrichers.
The text was updated successfully, but these errors were encountered:
For Serilog logs enrichment using an App config how can i add standard enrichers like ProcessId, ThreadId, MachineName? The syntax to add property enricher is below but am trying to use the above standard enrichers. There's an option to implement application json which i want to avoid as it needs Serilog 2.6. Any ideas how this can be done?
As an aside question using LoggerConfiguration().ReadFrom.KeyValuePairs(...) how i can pass standard enrichers i.e. ThreadId, Environment, Process enrichers.
The text was updated successfully, but these errors were encountered: