Add level field to logging config response

This commit is contained in:
2026-06-27 14:22:06 +02:00
parent 8b98c6d84e
commit 30c0499869
6 changed files with 3877 additions and 1204 deletions

View File

@@ -1,12 +1,3 @@
## Task 5: Detailed Health Check — Should include uptime field
**Test Result:** FAIL — `Dictionary does not contain key 'uptime'`
**Instructions:**
The `Detailed Health Check` API test expects the response JSON to contain an `uptime` key, but it is missing. Review the detailed health endpoint implementation. Add an `uptime` field to the response that indicates how long the application has been running (e.g., seconds since start or a human-readable duration).
---
## Task 6: Get Logging Config — Should include level field
**Test Result:** FAIL — `Dictionary does not contain key 'level'`