mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-14 05:37:53 +02:00
🔧(backend) configure request.summary logger
The request.summary logger is used by dockerflow. The INFO level is always empty and is used everytime the liveness or readiness endpoint are fetch.
This commit is contained in:
@@ -1034,6 +1034,13 @@ class Base(Configuration):
|
||||
),
|
||||
"propagate": True,
|
||||
},
|
||||
"request.summary": {
|
||||
"level": values.Value(
|
||||
"WARNING",
|
||||
environ_name="LOGGING_LEVEL_REQUEST_SUMMARY",
|
||||
environ_prefix=None,
|
||||
)
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user