Browse Source

Don't ship server_[orphan_]packet_metrics logs

Rod Hynes 5 months ago
parent
commit
2b4f78558f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      psiphon/common/tun/tun.go

+ 2 - 1
psiphon/common/tun/tun.go

@@ -1698,7 +1698,8 @@ func (metrics *packetMetrics) checkpoint(
 		}
 		}
 	}
 	}
 
 
-	logger.LogMetric(logName, logFields)
+	// Not currently a shipped LogMetric.
+	logger.WithTraceFields(logFields).Info(logName)
 }
 }
 
 
 // PacketQueue is a fixed-size, preallocated queue of packets.
 // PacketQueue is a fixed-size, preallocated queue of packets.