Skip to content

Commit 769703f

Browse files
author
Emanuele Palazzetti
authored
Revert "[core] configure the root logger (#536)" (#556)
This reverts commit 07a6e93.
1 parent 36119be commit 769703f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ddtrace/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import logging
21
from .monkey import patch, patch_all
32
from .pin import Pin
43
from .span import Span
@@ -7,10 +6,6 @@
76

87
__version__ = '0.13.0'
98

10-
# configure the root logger
11-
logging.basicConfig()
12-
log = logging.getLogger(__name__)
13-
149
# a global tracer instance with integration settings
1510
tracer = Tracer()
1611
config = Config()

0 commit comments

Comments
 (0)