Skip to content

3.5.0 - Pptionally override the record field name where the guid is stored

Latest
Compare
Choose a tag to compare
@JonasKs JonasKs released this 25 Apr 15:48
· 3 commits to main since this release

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

Full Changelog: 3.4.1...3.5.0