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

This commit is contained in:
Adam Shiervani 2025-04-10 16:08:01 +02:00
parent 76a1825b02
commit 547fa32b56
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."