Skip to content
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

report: remove verbose setting #26195

Merged
merged 1 commit into from
Feb 20, 2019
Merged

report: remove verbose setting #26195

merged 1 commit into from
Feb 20, 2019

Commits on Feb 20, 2019

  1. report: remove verbose setting

    This commit removes the --diagnostic-report-verbose CLI option
    and all associated logic. The flag is currently only used in one
    place, and only reflects the settings at startup. Additionally,
    Node tends to use the NODE_DEBUG mechanism for adding verbose
    output.
    
    PR-URL: nodejs#26195
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    cjihrig committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    823c988 View commit details
    Browse the repository at this point in the history