feat: update script with warn
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
879737eedd
commit
8b064c2169
1
.env
1
.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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user