Spaces:
Paused
Paused
File size: 461 Bytes
22f9001 82f4d5a 22f9001 82f4d5a 22f9001 82f4d5a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ---
title: Docker Log Probe (stdout/stderr)
sdk: docker
app_port: 7860
---
# Docker Log Probe (stdout/stderr)
This Space is a minimal Docker app to verify that **runtime logs** are forwarding **container stdout/stderr**.
## Endpoints
- `GET /` -> plain text
- `GET /health` -> JSON (also logs a line on each request)
- `GET /crash` -> raises an exception (should produce a traceback in logs)
The app also prints a heartbeat to **stderr** every 15 seconds.
|