Skip to content

Commit

Permalink
Merge branch 'master' into compress-spans
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi authored Oct 15, 2021
2 parents 9213361 + 4ccd10c commit ad9bdac
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 ad9bdac

Please sign in to comment.