Skip to content

Commit 8f48680

Browse files
authored
ignore log for hot reload (#5369)
1 parent fbcd47b commit 8f48680

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reflex/utils/exec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ def run_uvicorn_backend(host: str, port: int, loglevel: LogLevel):
382382
"json",
383383
"sh",
384384
"bash",
385+
"log",
385386
)
386387

387388
HOTRELOAD_IGNORE_PATTERNS = (

0 commit comments

Comments
 (0)