Bug report
In the webpack config, I indicated that only warnings or errors should be logged, but in the console I see a useless message

Actual Behavior

Expected Behavior
I want not to see it
How Do We Reproduce?
just use any webpack config with latest webpack-dev-server version
Please paste the results of npx webpack-cli info here, and mention other relevant information
Possible solution: move logging after setting the logging level, or log to the console where webpack was run
|
logEnabledFeatures(enabledFeatures); |

Bug report
In the webpack config, I indicated that only warnings or errors should be logged, but in the console I see a useless message
Actual Behavior
Expected Behavior
I want not to see it
How Do We Reproduce?
just use any webpack config with latest
webpack-dev-serverversionPlease paste the results of
npx webpack-cli infohere, and mention other relevant informationPossible solution: move logging after setting the logging level, or log to the console where webpack was run
webpack-dev-server/client-src/index.js
Line 97 in 33dd9d1