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