feat: 添加日志清理脚本及使用说明文档
添加自动清理qimen日志的脚本和详细使用说明 包含定时任务配置方法和时间格式说明
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Clear qimen logs at 10pm daily
|
||||
find /home/data/www/ipos/logs/qimen_log/ -type f -name "*.txt" -delete
|
||||
Reference in New Issue
Block a user