fix: log config error location
Build and Publish / release (push) Successful in 19s
CI / lint (pull_request) Successful in 59s
CI / test (3.11) (pull_request) Successful in 31s
CI / test (3.13) (pull_request) Successful in 28s
CI / test (3.12) (pull_request) Successful in 1m46s
CI / test (3.11) (push) Successful in 1m11s
CI / lint (push) Successful in 2m19s
CI / test (3.12) (push) Successful in 31s
CI / test (3.13) (push) Successful in 1m3s

This commit was merged in pull request #7.
This commit is contained in:
2026-07-09 10:15:43 +02:00
parent 51c4517a8f
commit 2f012f42ad
+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": {