What's Changed
- Add the ability to customize the log record field name for correlation ids. by @NiklasBeierl in #115
Usage:
'filters': {
'correlation_id': {
'()': 'django_guid.log_filters.CorrelationId',
# You can optionally override the record field name where the guid is stored
'correlation_id_field': 'my_custom_correlation_id'
}
}
New Contributors
- @NiklasBeierl made their first contribution in #115
Full Changelog: 3.4.1...3.5.0