new options [logging] profiling_per_request_header profiling_per_request_xml

This commit is contained in:
Peter Bieringer
2025-12-10 17:48:05 +01:00
parent b819febeb2
commit dfb932a448
3 changed files with 30 additions and 0 deletions

View File

@@ -601,6 +601,14 @@ This is an automated message. Please do not reply.""",
"value": "3",
"help": "log profiling data per request minimum duration (seconds)",
"type": int}),
("profiling_per_request_header", {
"value": "False",
"help": "Log profiling request body (if passing minimum duration)",
"type": bool}),
("profiling_per_request_xml", {
"value": "False",
"help": "Log profiling request XML (if passing minimum duration)",
"type": bool}),
("profiling_per_request_method_interval", {
"value": "600",
"help": "log profiling data per request method interval (seconds)",