We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dec2db commit 649d6e5Copy full SHA for 649d6e5
1 file changed
dnscrypt-proxy/query_processing.go
@@ -352,7 +352,6 @@ func updateMonitoringMetrics(
352
pluginsState *PluginsState,
353
) {
354
if proxy.monitoringUI.Enabled && proxy.monitoringInstance != nil && pluginsState.questionMsg != nil {
355
- dlog.Debugf("Calling UpdateMetrics for query: %s", pluginsState.qName)
356
proxy.monitoringInstance.UpdateMetrics(*pluginsState, pluginsState.questionMsg)
357
} else {
358
if pluginsState.questionMsg == nil {
0 commit comments