From 7abc7a19cf9e1e739ba6658318ccc203d4027a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Sat, 21 Oct 2023 08:37:19 +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 a04af1a..40ad95c 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ import { exec } from 'child_process' // 创建 TURN 服务器 const turnServer = new turn({ - debugLevel: 'ALL' + debugLevel: 'INFO', // ALL, DEBUG, INFO, WARN, ERROR, NONE }) // 启动 TURN 服务器