From 9d2f2fb1ac8ebe020872aede1411656582d56789 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 6 Oct 2025 11:42:26 +0000 Subject: [PATCH] proto: Reduce the amount of logging Signed-off-by: Michael Tremer --- src/daemon/proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3