降低日志级别

This commit is contained in:
2023-10-21 08:37:19 +08:00
parent 9b0d418abc
commit 7abc7a19cf
1 changed files with 1 additions and 1 deletions

View File

@ -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 服务器