企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
[TOC] ## 切割日志 按天生成 访问日志,如果想对路径不行可使用绝对路径 linux `CustomLog "|/bin/rotatelogs -l logs/im_ww-%Y%m%d.log 86400 " common ` win `CustomLog "|/bin/rotatelogs.exe -l logs/im_ww-%Y%m%d.log 86400 " common `