-
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
相关推荐
兆子龙13 小时前
ahooks useRequest 深度解析:一个 Hook 搞定所有请求兆子龙13 小时前
React Suspense 从入门到实战:让异步加载更优雅咕白m62516 小时前
Java 实现 Excel 转 HTML:完整示例RealPluto16 小时前
Spring AOP 失效排查码路飞17 小时前
热榜全是 OpenClaw,但我用 50 行 Python 就造了个桌面 AI Agent 🤖Nyarlathotep011317 小时前
LinkedList源码分析用户83071968408217 小时前
Java 告别繁琐数据统计代码!MySQL 8 窗口函数真香带刺的坐椅18 小时前
SolonCode v0.0.20 发布 - 编程智能体(新增子代理和浏览器能力)会员源码网19 小时前
数字格式化陷阱:如何优雅处理 NumberFormatException