Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions reflex/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,9 +650,6 @@ class EnvironmentVariables:
# Enable full logging of debug messages to reflex user directory.
REFLEX_ENABLE_FULL_LOGGING: EnvVar[bool] = env_var(False)

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


environment = EnvironmentVariables()

Expand Down
Loading
Loading