Files
nginx/customer
endial 9f5bec31cb 重构:使用标准化日志函数替换旧版LOG_*函数调用
- 将LOG_D调用替换为debug()函数
- 将LOG_I调用替换为info()函数
- 编译时脚本保持使用echo()函数
- 修复LOG_I函数未定义导致的命令未找到错误
- 确保所有运行时脚本使用统一的日志格式

修改文件:
- customer/usr/local/bin/common.sh: 4处LOG_D改为debug调用
- customer/usr/local/bin/setup.sh: 3处LOG_I改为info,1处LOG_D改为debug调用
- customer/usr/local/bin/run.sh: 2处LOG_I改为info调用
- customer/usr/local/bin/entry.sh: 2处LOG_I改为info调用
2026-01-23 16:46:42 +08:00
..