I want to customize the port on which the output application runs,instead of displaying the output information of "webpack dev server" by default. Who can help me or give me some suggestions

I want to customize the port on which the output application runs,instead of displaying the output information of "webpack dev server" by default. Who can help me or give me some suggestions

You can add config to webpack.config.js
infrastructureLogging: {
level: 'none',
}
Reference: https://webpack.js.org/configuration/other-options/#level