fix: log config error location
CI / lint (push) Successful in 19s
CI / lint (pull_request) Successful in 21s
CI / test (3.12) (push) Successful in 23s
CI / test (3.11) (pull_request) Successful in 26s
CI / test (3.12) (pull_request) Successful in 1m35s
CI / test (3.13) (pull_request) Successful in 1m58s
CI / test (3.13) (push) Successful in 2m9s
CI / test (3.11) (push) Successful in 2m15s

This commit is contained in:
2026-07-09 10:14:35 +02:00
parent 3764c987b0
commit ee40b6fa98
+1 -1
View File
@@ -39,7 +39,7 @@ def get_uvicorn_logging_config() -> dict:
"disable_existing_loggers": False,
"filters": {
"ignore_successful_status_access": {
"()": "aarecommon.logger_config.IgnoreSuccessfulStatusAccessFilter"
"()": "aarecommon.config.logger.IgnoreSuccessfulStatusAccessFilter"
}
},
"formatters": {