Skip to content

Commit 4a9a1ad

Browse files
committed
Reduce log noise
1 parent 9a69f7e commit 4a9a1ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def filter(self, record: logging.LogRecord) -> bool:
5050
for pattern in [
5151
"GET /status HTTP", # Stream status polling
5252
"GET /transcription/status/", # Transcription status polling
53+
"GET /static/version.json", # Version check polling
5354
]
5455
)
5556

0 commit comments

Comments
 (0)