From 9159ce4eeeb7d6f4eae0b40382e37fe9828fd473 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 29 May 2024 19:55:57 +0200 Subject: [PATCH] feat: add hyperlog trace Signed-off-by: kjuulh --- cuddle.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cuddle.yaml b/cuddle.yaml index d8e05d1..78df973 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -17,9 +17,11 @@ cuddle/clusters: dev: env: service.host: "0.0.0.0:3000" + rust.log: hyperlog=trace prod: env: service.host: "0.0.0.0:3000" + rust.log: hyperlog=trace please: project: @@ -36,3 +38,4 @@ scripts: type: shell install: type: shell +