diff --git a/reflex/utils/exec.py b/reflex/utils/exec.py index 93aa232b4c2..4c34c92f6c3 100644 --- a/reflex/utils/exec.py +++ b/reflex/utils/exec.py @@ -383,6 +383,7 @@ def run_uvicorn_backend(host: str, port: int, loglevel: LogLevel): "json", "sh", "bash", + "log", ) HOTRELOAD_IGNORE_PATTERNS = (