]> git.ipfire.org Git - telemetry.git/commitdiff
proto: Reduce the amount of logging
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 6 Oct 2025 11:42:26 +0000 (11:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 6 Oct 2025 11:42:26 +0000 (11:42 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/proto.c

index 8f789b14906da2f8f0210b75f8896f9a5529e10c..ba3256d9432dfc9ac8e2ffeae227f2a6ee4d6ec2 100644 (file)
@@ -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;