log slow requests to loggly (#15364)

This commit is contained in:
Phillip Thelen
2025-02-11 19:05:06 +01:00
committed by GitHub
parent 8c71ca12b8
commit 29eb8ca10b
3 changed files with 26 additions and 1 deletions
+2 -1
View File
@@ -93,5 +93,6 @@
"TRUSTED_DOMAINS": "localhost,https://habitica.com",
"TIME_TRAVEL_ENABLED": "false",
"DEBUG_ENABLED": "false",
"CONTENT_SWITCHOVER_TIME_OFFSET": 8
"CONTENT_SWITCHOVER_TIME_OFFSET": 8,
"SLOW_REQUEST_THRESHOLD": 1000
}