stevejgordon / CorrelationId

An ASP.NET Core middleware component which synchronises a correlation ID for cross API request logging.
MIT License
558 stars 106 forks source link

Add configuration for logging scope #51

Closed stevejgordon closed 4 years ago

stevejgordon commented 4 years ago

PR #41 added support for including the correlation ID in the logging scope. Since this may not be wanted by all consumers, we should include a config to control whether this will be added or not, and what name will be used for the value.