Ecology常见可清理目录及说明

本文来自网络,请注意甄别信息真假

# ecology日志相关目录,下方存在大量文件及子目录,按需清理(保留最近一个月、半个月日志)
/weaver/ecology/log/

ecology临时文件相关目录,可清理

/weaver/ecology/doctempfile

#移动端下载附件产生临时文件存放路径
/weaver/ecology/filesystem/fileSystemMonitorTem

#运维平台删除的目录
/weaver/ecology/filesystem/docWaterMarkTemp/

#水印临时文件存放路径
/weaver/ecology/filesystem/sourceFilePath/

#永中转换临时文件存放路径
/weaver/ecology/filesystem/targetFilePath

#永中转换临时文件存放路径
/weaver/ecology/filesystem/downloadBatchTemp #批量下载临时文件存放路径
/weaver/ecology/filesystem/downloadBatch/ #批量下载临时文件存放路径

#附件备份目录,可选择关闭备份,具体可咨询知识管理模块同事

/weaver/ecology/filesystem/filesystembackup/

#sqllog日志,按需清理(保留最近一个月、半个月日志)

#关闭sqllog日志打印:/ecology/WEB-INF/prop/weaver_isSqlLog.properties 文件中 isLog 改成0即可(需要重启)
/weaver/ecology/WEB-INF/sqllog
/weaver/ecology/sqllog

#Resin中间件日志相关目录,按需清理(保留最近一个月、半个月日志)
/weaver/Resin/log/
#Resin中间件接口访问日志,按需清理(保留最近一个月、半个月日志)
/weaver/Resin/logs/

#旧版运维平台日志目录,建议更新部署最新版运维平台3.0后直接删除该目录即可
/weaver/Resin/monitor/resin/app/data/

#Resin中间件崩溃文件,直接删除即可
/weaver/Resin/hs_err_pid* #hs_err_pid名称开头的文件
/weaver/Resin/replay_pid* #replay_pid名称开头的文件

#运维平台3.0相关日志目录,按需清理(保留最近一个月、半个月日志)
/weaver/monitor3/app/data/

Linux下 ecology日志截取

按行截取
sed -n ‘1000,3000p’ /home/weaver/ecology/log/ecology >cut1.log
按时间截取
sed -n ‘/2022-10-07 00:00:00/, /2022-10-07 00:05:00/p’ /home/weaver/ecology/log/ecology >cut2.log
THE END
点赞9赞赏 分享
抢沙发
头像
提交
头像

昵称

取消
昵称表情

    暂无评论内容