Skip to content

Commit 4fb2d15

Browse files
authored
Add events API to readme (#276)
1 parent 35b85a2 commit 4fb2d15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,10 @@ The status includes:
315315
* The directory of the app
316316
* The last 1024 lines the app output
317317

318+
### Events API
319+
320+
Puma-dev emites a number of internal events and exposes them through an events API. These events can be helpful when troubleshooting configuration errors. To access it, send a request with the `Host: puma-dev` and the path `/events`, for example: `curl -H "Host: puma-dev" localhost/events`.
321+
318322
## Development
319323

320324
To build puma-dev, follow these steps:

0 commit comments

Comments
 (0)