Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/tracer-update' into tracer-update
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianHuc committed Sep 19, 2024
2 parents 4cc46c6 + 0bb0724 commit 563550a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ internal constructor(private val errorWriter: PrintWriter, private val startActi
TracesCountersV2(tracesLimitsV2Configs.get()!!.tracesLimits)
}.getOrElse {
hasConfigError = true
logger.error("Traces limits file {} is incomplete. {}", tracesLimitsFile, it.message)
logger.error("Traces limits file {} is incomplete. {}", tracesLimitsV2File, it.message)
}
}

Expand Down

0 comments on commit 563550a

Please sign in to comment.