Skip to content

Commit

Permalink
add trace level logging when updating config (#5071)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Jan 8, 2025
1 parent 09e8efa commit ae1dc86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dd-trace/src/telemetry/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ function updateConfig (changes, config) {
if (!config.telemetry.enabled) return
if (changes.length === 0) return

logger.trace(changes)

const application = createAppObject(config)
const host = createHostObject()

Expand Down

0 comments on commit ae1dc86

Please sign in to comment.