From: Michael Tremer Date: Mon, 6 Oct 2025 11:42:26 +0000 (+0000) Subject: proto: Reduce the amount of logging X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d2f2fb1ac8ebe020872aede1411656582d56789;p=telemetry.git proto: Reduce the amount of logging Signed-off-by: Michael Tremer --- diff --git a/src/daemon/proto.c b/src/daemon/proto.c index 8f789b1..ba3256d 100644 --- a/src/daemon/proto.c +++ b/src/daemon/proto.c @@ -132,7 +132,7 @@ static int collecty_proto_set(collecty_proto* self, STAILQ_INSERT_TAIL(&self->objects, o, nodes); // Log action - DEBUG(self->ctx, "Stored %s: %s = %lu\n", o->proto, o->key, o->value); + //DEBUG(self->ctx, "Stored %s: %s = %lu\n", o->proto, o->key, o->value); // Done return 0;