diff --git a/dev_deploy.sh b/dev_deploy.sh index 3f2ebb6..02bbb24 100755 --- a/dev_deploy.sh +++ b/dev_deploy.sh @@ -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."