feat: update script with warn
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-11-30 12:02:52 +01:00
parent 879737eedd
commit 8b064c2169
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA
2 changed files with 1 additions and 2 deletions

1
.env
View File

@ -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

View File

@ -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