Skip to content

Commit f1eaab5

Browse files
authored
Revert app harness subprocess (#5610)
* Revert "remove timeout and simplify wait for server (#5594)" This reverts commit 9114d21. * Revert "Refactor AppHarness to use reflex run subprocess instead of threads (#5555)" This reverts commit 9c6cb12.
1 parent 29fc5af commit f1eaab5

17 files changed

Lines changed: 400 additions & 376 deletions

reflex/environment.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -650,9 +650,6 @@ class EnvironmentVariables:
650650
# Enable full logging of debug messages to reflex user directory.
651651
REFLEX_ENABLE_FULL_LOGGING: EnvVar[bool] = env_var(False)
652652

653-
# The path to the reflex errors log file. If not set, no separate error log will be used.
654-
REFLEX_ERROR_LOG_FILE: EnvVar[Path | None] = env_var(None)
655-
656653

657654
environment = EnvironmentVariables()
658655

0 commit comments

Comments
 (0)