Skip to content

Commit 3fbcb7e

Browse files
chore(dev_deploy): update logging for websocket in deployment script (#348)
1 parent 76a1825 commit 3fbcb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ cd "${REMOTE_PATH}"
9191
chmod +x jetkvm_app_debug
9292
9393
# Run the application in the background
94-
PION_LOG_TRACE=jetkvm,cloud ./jetkvm_app_debug
94+
PION_LOG_TRACE=jetkvm,cloud,websocket ./jetkvm_app_debug
9595
EOF
9696

9797
echo "Deployment complete."

0 commit comments

Comments
 (0)