--- 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.