Skip to content

Commit

Permalink
docs: add debug options (#562)
Browse files Browse the repository at this point in the history
* improve start help

- add doc for debug
- add doc for debugPort

* improve start help for ispector

- add doc for debug
- add doc for debugPort
  • Loading branch information
rommelandrea authored Oct 26, 2022
1 parent 3867ee7 commit d363748
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions help/start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ OPTS
-g, --close-grace-delay
The maximum amount of time before forcefully closing pending requests (default to 500 ms)

-d, --debug
Start Fastify app in debug mode with nodejs inspector

-I, --debug-port
Set the inspector port (default to 9320)

-h, --help
Show this help message

Expand Down

0 comments on commit d363748

Please sign in to comment.