Debug & Testing

These endpoints are intended for development and testing only.

GET /api/debug/warning

Triggers a warning-level log entry.

Response: 200 OKOK


GET /api/debug/error

Triggers an error-level log entry.

Response: 200 OKOK


GET /api/debug/fatal

Triggers a fatal-level log entry and throws an exception.

Response: 200 OKOK (response sent before exception is thrown)


GET /api/debug/globalexception

Triggers a global unhandled exception (for testing crash handling).

Response: 200 OKOK (response sent before exception is thrown)


GET /api/tests/setcongestive

Forces the system into a congestive state (for testing).

Response: 200 OKSystem state set to congestive