Skip to content

Option quiet does not show initial startup information #2233

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
1 of 2 tasks
aryzing opened this issue Aug 28, 2019 · 4 comments · Fixed by #2235
Closed
1 of 2 tasks

Option quiet does not show initial startup information #2233

aryzing opened this issue Aug 28, 2019 · 4 comments · Fixed by #2235

Comments

@aryzing
Copy link

aryzing commented Aug 28, 2019

  • Operating System: Ubuntu 18.04 LTS
  • Node Version: v11.12.0
  • NPM Version: 6.7.0
  • webpack Version: 4.39.2
  • webpack-dev-server Version: 3.8.0
  • Browser: Chrome 76
  • This is a bug
  • This is a modification request

Code

  devServer: {
    contentBase: false,
    hot: true,
    quiet: true,
  },

Expected Behavior

To see the initial startup information in the console, and nothing else

Actual Behavior

There is no output at all to the console.

For Bugs; How can we reproduce the behavior?

Check out this repro repo: https://github.com/aryzing/wds-repro-quiet-flag-not-working

@aryzing aryzing changed the title Option silent does not show initial startup information Option quiet does not show initial startup information Aug 28, 2019
@rishabh3112
Copy link
Member

@aryzing I wasn't able to reproduce the issue at the repo shared above and is working as it should be.
Here is the output with quiet: true:
image

@aryzing
Copy link
Author

aryzing commented Aug 30, 2019

Where's the initial startup information, like the URL of the server? The docs say that the initial startup info should be printed in quiet mode.

@aryzing
Copy link
Author

aryzing commented Aug 31, 2019

For reference, docs here

@rishabh3112
Copy link
Member

My bad. Will look into it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants