Skip to content

Commit 1cc6a5f

Browse files
committed
ok
1 parent cdb4d24 commit 1cc6a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ shift
1616

1717
# Start the server in the background
1818
export REFLEX_TELEMETRY_ENABLED=false
19-
reflex run --env "$env_mode" "$@" & pid=$!
19+
reflex run --loglevel debug --env "$env_mode" "$@" & pid=$!
2020

2121
# Within the context of this bash, $pid_in_bash is what we need to pass to "kill" on exit
2222
# This is true on all platforms.

0 commit comments

Comments
 (0)