Skip to content

Commit 68906ee

Browse files
authored
chore(dynamic_instrumentation): remove unnecessary log line (#4850)
## Description
1 parent e2da648 commit 68906ee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ddtrace/debugging/_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@
55
log = get_logger(__name__)
66

77
config = DynamicInstrumentationConfig()
8-
9-
log.debug("Dynamic instrumentation configuration: %r", config.__dict__)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
dynamic instrumentation: Remove unnecessary log line from application start up

0 commit comments

Comments
 (0)