Skip to content

doc: add missing --trace in man page #27510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/node.1
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ or servers.
Set default minVersion to 'TLSv1.3'. Use to disable support for TLSv1.2 in
favour of TLSv1.3, which is more secure.
.
.It Fl -trace
Print the default trace on standard output.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We generally document only very few V8 options – if you feel that this is important, that’s okay, but can you update the description to explain a bit more on what this does? E.g. the text from node --v8-options is trace function calls, which doesn’t say much either, but is a bit more explicit than default trace.

.
.It Fl -trace-deprecation
Print stack traces for deprecations.
.
Expand Down