如何隐藏nodemon中的黄色console.logs

How to hide the yellow console.logs in nodemon

是否可以隐藏启动 en watch 时显示的黄色日志?

下面在控制台中显示为黄色。

[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: /var/www/test/server/core/src/**/*

来自 nodemon -h 返回的文档:

-q, --quiet .............. minimise nodemon messages to start/stop only.

所以运行:

nodemon --quiet your-file.js