Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我以编程方式将 hook.io 用于小型应用程序服务器。在每个连接和事件上它都会打印一些东西,但我只想要错误输出。有什么方法可以让钩子对象静音吗?
是的。
尝试在命令行上使用--silent模式。
像所有 hook.io 选项一样,您也可以将其传递给您的钩子构造函数。
new Hook({silent: true}