Skip to content

Commit

Permalink
Remove missed event.dataset reference (#1367)
Browse files Browse the repository at this point in the history
Ref #1365
  • Loading branch information
basepi authored Oct 15, 2021
1 parent 6493170 commit 4ccd10c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions elasticapm/handlers/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ def format(self, record):
record.elasticapm_trace_id = None
record.elasticapm_span_id = None
record.elasticapm_service_name = None
record.elasticapm_event_dataset = None
return super(Formatter, self).format(record=record)

def formatTime(self, record, datefmt=None):
Expand All @@ -285,5 +284,4 @@ def formatTime(self, record, datefmt=None):
record.elasticapm_trace_id = None
record.elasticapm_span_id = None
record.elasticapm_service_name = None
record.elasticapm_event_dataset = None
return super(Formatter, self).formatTime(record=record, datefmt=datefmt)

0 comments on commit 4ccd10c

Please sign in to comment.