-
Installing Windows Service s will enable Apache rotatelogs by default.
- Refer CS17799for how to run Apache as Windowsservice.
-
Manually set Apache log rotation by following steps.
-
Execute the commands below within a Windchill Shell (substitute <Apache_Home> with the directory where Apache / PTC HTTPServer is installed):
*cd <APACHE_HOME> ant -f config.xml reconfigure -DRotateLogs=true -DRotateOnFileSize=false -DRotateTime=86400 -
DRotateTimeis in seconds - i.e 86400 is the value to specify 1 day
-
Alternatively, rotate by size with -DRotateOnFileSize=true and -DRotateSize=<size in MB>
-
Apache restart is required after this change
-
-
To disable the log rotation execute the commands below within a Windchill Shell (substitute <Apache_Home> with the directory where Apache / PTC HTTPServer is installed):
*cd <APACHE_HOME> ant -f config.xml reconfigure -DRotateLogs=false- Apache restart is required after this change
windchill apache 日志过大的问题解决方法(单个日志超过6G)
ptc学习者2024-07-19 20:45
相关推荐
丘山一郎9 小时前
Spring 中的IOC控制反转 和DI依赖注入码视野9 小时前
基于 Spring Boot + Vue3 的【大学英语四六级 (CET-4/6) 作文智能评分与句式润色系统】设计与实现(含PRD/三端高保真源码/大屏)MetaLite9 小时前
Spring-AOP自调用为什么失效-AopContext真能解决吗大模型码小白9 小时前
AI 对话流性能调优:万级消息的虚拟滚动落地许彰午9 小时前
14-字段级SM4加密与SM2签名许彰午11 小时前
13-describe元数据输出用户37215742613512 小时前
Java 设置 Word 文档编辑限制并允许指定区域编辑宠友信息12 小时前
社区类源码开发实践中的仿小红书系统技术要点分析用户37215742613512 小时前
Java 设置 PDF 表单域只读或扁平化luteres14 小时前
Spring学习笔记