From c786e053021212fda448e1d9c4df5f4fc75f3698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Sat, 21 Oct 2023 08:38:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E4=BD=8E=E6=97=A5=E5=BF=97=E7=BA=A7?= =?UTF-8?q?=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 40ad95c..10bdfaa 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ import { exec } from 'child_process' // 创建 TURN 服务器 const turnServer = new turn({ - debugLevel: 'INFO', // ALL, DEBUG, INFO, WARN, ERROR, NONE + debugLevel: 'WARN', // ALL, DEBUG, INFO, WARN, ERROR, NONE }) // 启动 TURN 服务器