Skip to content

Commit 2d7344c

Browse files
committed
Merge branch 'main' into add-message-to-why-port-is-skipped
2 parents 0ea20cd + 9c6cb12 commit 2d7344c

17 files changed

Lines changed: 360 additions & 399 deletions

reflex/environment.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,9 @@ 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+
653656

654657
environment = EnvironmentVariables()
655658

0 commit comments

Comments
 (0)