chore(dev_deploy): update logging for websocket in deployment script (#348)

This commit is contained in:
Adam Shiervani
2025-04-10 16:09:37 +02:00
committed by Siyuan Miao
parent dc1ce03697
commit 76efa56083

View File

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