From b4eedb7ddbb92d52b0b72bd4c1851d77f7fba6da Mon Sep 17 00:00:00 2001 From: Olivier Valentin Date: Mon, 6 Jan 2025 17:00:20 +0100 Subject: [PATCH] Log the introspection flag status. --- collector/lib/CollectorConfig.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collector/lib/CollectorConfig.cpp b/collector/lib/CollectorConfig.cpp index 9170483e14..8cab35cc2a 100644 --- a/collector/lib/CollectorConfig.cpp +++ b/collector/lib/CollectorConfig.cpp @@ -450,7 +450,8 @@ std::ostream& operator<<(std::ostream& os, const CollectorConfig& c) { << ", collect_connection_status:" << c.CollectConnectionStatus() << ", enable_detailed_metrics:" << c.EnableDetailedMetrics() << ", enable_external_ips:" << c.EnableExternalIPs() - << ", track_send_recv:" << c.TrackingSendRecv(); + << ", track_send_recv:" << c.TrackingSendRecv() + << ", enable_introspection:" << c.IsIntrospectionEnabled(); } // Returns size of ring buffers to be allocated.