We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb4d24 commit 1cc6a5fCopy full SHA for 1cc6a5f
scripts/integration.sh
@@ -16,7 +16,7 @@ shift
16
17
# Start the server in the background
18
export REFLEX_TELEMETRY_ENABLED=false
19
-reflex run --env "$env_mode" "$@" & pid=$!
+reflex run --loglevel debug --env "$env_mode" "$@" & pid=$!
20
21
# Within the context of this bash, $pid_in_bash is what we need to pass to "kill" on exit
22
# This is true on all platforms.
0 commit comments