Skip to content

Commit

Permalink
chore: Remove unnecessary logger (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored Apr 29, 2024
1 parent 5584b32 commit d539e73
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ldotel/tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from opentelemetry import trace
from opentelemetry.trace import Span, set_span_in_context, get_current_span
from opentelemetry.context import attach, detach
from logging import getLogger, Logger
from dataclasses import dataclass


Expand All @@ -26,12 +25,6 @@ class HookOptions:
span events.
"""

logger: Logger = getLogger('launchdarkly-otel')
"""
The logger used for hook execution. Provide a custom logger or fallback to
a default logger.
"""


class Hook(LDHook):
def __init__(self, options: HookOptions = HookOptions()):
Expand Down

0 comments on commit d539e73

Please sign in to comment.