-
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
相关推荐
letisgo515 分钟前
JAVA 高级进阶05篇《Spring容器机制:Bean生命周期与三级缓存全解》岁月如歌778617 分钟前
分布式锁完全指南:从数据库到 Redisson 的演进AI深栈20 分钟前
第 8 章 · Tool Calling 与 Tool Search写后端的胖头鱼27 分钟前
【高频面试题】spring事物失效场景(带原理 + 代码示例)小孩玩什么28 分钟前
深入理解字符串匹配算法:BF算法,KMP算法长谷深风11142 分钟前
Agent执行系统中的身份与版本设计Wang's Blog1 小时前
Java框架快速入门: Spring Security+OAuth2之UserDetails与JDBC认证实践爱从未走散1 小时前
面试八股题艺杯羹1 小时前
AI编程时代软件工程怎么学:从底层思维认知到驱动智能体的架构跃迁土司大王1 小时前
LeetCode hot100——51.N 皇后:Java 回溯模板、列与对角线剪枝、O(n!) 复杂度分析