From 8b064c21699f69ff2f565ac58561545048a9f473 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 30 Nov 2024 12:02:52 +0100 Subject: [PATCH] feat: update script with warn Signed-off-by: kjuulh --- .env | 1 - install.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.env b/.env index e402c0c..b1c2eb7 100644 --- a/.env +++ b/.env @@ -2,4 +2,3 @@ EXTERNAL_HOST=http://localhost:3000 PROCESS_HOST=http://localhost:7900 SERVICE_HOST=127.0.0.1:3000 DISCOVERY_HOST=http://127.0.0.1:3000 -RUST_LOG=h2=warn,debug diff --git a/install.sh b/install.sh index e8be839..e622ba8 100644 --- a/install.sh +++ b/install.sh @@ -64,7 +64,7 @@ Group=root ExecStart=${INSTALL_DIR}/${BINARY_NAME} agent start Restart=always RestartSec=10 -Environment=RUST_LOG=info +Environment=RUST_LOG=h2=warn,hyper=warn,debug [Install] WantedBy=multi-user.target