mirror of https://github.com/jetkvm/kvm.git
chore(dev_deploy): update logging for websocket in deployment script (#348)
This commit is contained in:
parent
76a1825b02
commit
3fbcb7e5c4
|
@ -91,7 +91,7 @@ cd "${REMOTE_PATH}"
|
||||||
chmod +x jetkvm_app_debug
|
chmod +x jetkvm_app_debug
|
||||||
|
|
||||||
# Run the application in the background
|
# Run the application in the background
|
||||||
PION_LOG_TRACE=jetkvm,cloud ./jetkvm_app_debug
|
PION_LOG_TRACE=jetkvm,cloud,websocket ./jetkvm_app_debug
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
echo "Deployment complete."
|
echo "Deployment complete."
|
||||||
|
|
Loading…
Reference in New Issue