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
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ cd "${REMOTE_PATH}"
chmod +x jetkvm_app_debug
# Run the application in the background
PION_LOG_TRACE=jetkvm,cloud ./jetkvm_app_debug
PION_LOG_TRACE=jetkvm,cloud,websocket ./jetkvm_app_debug
EOF
echo "Deployment complete."