akamoroz 095a7e4d61
Build Docker Image / build-and-deploy-image (push) Successful in 10m4s
Fix UnicodeDecodeError on non-UTF-8 log lines
Read the access log in binary mode so decoding happens per-line inside
the existing contextlib.suppress block. Previously readlines() decoded
the whole file as UTF-8 up front and threw on any raw non-UTF-8 byte
(e.g. a scanner's malformed URL) before truncate(0) could run, so the
bad line was never cleared and every subsequent scrape failed.
2026-07-08 16:14:25 +03:00
2024-10-13 09:26:56 +03:00
2024-10-15 21:25:23 +03:00
2025-02-25 17:21:21 +02:00
2024-10-13 09:26:56 +03:00
2024-10-13 09:26:56 +03:00
2025-02-25 17:21:21 +02:00
S
Description
No description provided
Readme
88 KiB
Languages
Python 80.9%
Dockerfile 19.1%