From 94025a02cebf1adf8acf7210e67b2467567fc73f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 1 Dec 2024 22:30:18 +0100 Subject: [PATCH] feat: warn all targets Signed-off-by: kjuulh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3090581..c9c75fd 100644 --- a/install.sh +++ b/install.sh @@ -69,7 +69,7 @@ Group=root ExecStart=${INSTALL_DIR}/${BINARY_NAME} agent start Restart=always RestartSec=10 -Environment=RUST_LOG=h2=warn,hyper=warn,debug +Environment=RUST_LOG=h2=warn,hyper=warn,churn=debug,warn [Install] WantedBy=multi-user.target