降低日志级别

This commit is contained in:
2023-10-21 08:38:06 +08:00
parent 7abc7a19cf
commit c786e05302
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: 'INFO', // ALL, DEBUG, INFO, WARN, ERROR, NONE
debugLevel: 'WARN', // ALL, DEBUG, INFO, WARN, ERROR, NONE
})
// 启动 TURN 服务器