Skip to content

Commit

Permalink
Make DDTelemetryLogHandler extend logging.Handler instead of logging.…
Browse files Browse the repository at this point in the history
…StreamHandler
  • Loading branch information
ygree committed Feb 8, 2025
1 parent 6e54b75 commit 35fdfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/internal/telemetry/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from ddtrace.internal.telemetry.constants import TELEMETRY_LOG_LEVEL


class DDTelemetryLogHandler(logging.StreamHandler):
class DDTelemetryLogHandler(logging.Handler):
CWD = os.getcwd()

def __init__(self, telemetry_writer):
Expand Down

0 comments on commit 35fdfa7

Please sign in to comment.