logging: suppress successful local contact/device_state and smart_params

This commit is contained in:
2026-06-24 15:30:00 +02:00
committed by appleb_m
parent 9fa82bbad1
commit ba1a178419
+2
View File
@@ -31,6 +31,8 @@ class IgnoreSuccessfulStatusAccessFilter(logging.Filter):
'"GET /status HTTP/1.1" 200',
'"GET /sample/reference_tools HTTP/1.1" 200',
'"GET /sample/spreadsheet HTTP/1.1" 200',
'"GET /local_contact/device_state HTTP/1.1" 200',
'"POST /scan/smart_params HTTP/1.1" 200',
)
_SUPPRESSED_EXPECTED_403_MESSAGES = (