如何在 firebase 服务后禁用控制台中的调试消息?

how can I disable the debug messages in the console after firebase serve?

我有一个 index.html 和 about.html 托管在 firebase 上。他们彼此有link。 当我在终端中键入 'firebase serve' 时,一切都按预期进行,但是当我开始在 index.html 上单击 link 时,控制台中出现了一堆调试消息。之后我需要重新打开它才能再次使用它..
那么知道如何禁用它们吗?

无法在控制台中禁用此日志,但您可以在使用模拟器时过滤它们 UI。在那里你可以过滤你想看的日志。

对此有一个功能请求,并被标记为“关闭”,因为您可以使用过滤器“隐藏”这些日志。 https://github.com/firebase/firebase-tools/issues/1839

编辑:这是允许您参考的行为的最新功能请求https://github.com/firebase/firebase-tools/issues/2859