日志小调整

pull/376/head
王良 2024-10-17 15:14:00 +08:00
parent d2ae69a062
commit a51ba698bf
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ module.exports = {
const obj = {} const obj = {}
obj[pathPattern] = hostnameConfig[pathPattern] obj[pathPattern] = hostnameConfig[pathPattern]
log.info(`域名 '${hostnamePattern}' 拦截配置中,新增伪脚本地址的代理配置:`, JSON.stringify(obj, null, '\t')) log.debug(`域名 '${hostnamePattern}' 拦截配置中,新增伪脚本地址的代理配置:`, JSON.stringify(obj, null, '\t'))
} else { } else {
// 相对地址新增响应头Content-Type替换配置 // 相对地址新增响应头Content-Type替换配置
if (hostnameConfig[scriptKey]) { if (hostnameConfig[scriptKey]) {