-
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 小时前
Java还有前景吗?Java+AI大模型学习路线及项目?snow@li10 小时前
Java:理解 Gradle / 后端项目的管家 / 打包SpringBoot 应用 / 完成编译、下载依赖、运行测试、打包 JAR/WAR / 速查表云烟成雨TD10 小时前
Spring AI 1.x 系列【57】动态工具发现:Tool Search Toolzfoo-framework10 小时前
[修改代码使用]codex官方app中使用中转(不需要cc-switch) 1.config.toml 2.sk方式登录逍遥德11 小时前
MQTT教程详解-05.SpringBoot集成mqtt client 性能分析云烟成雨TD11 小时前
Spring AI 1.x 系列【54】Retry 机制分析weixin_5231853211 小时前
Collections.unmodifiableMap详解:真的不可修改吗?点燃大海11 小时前
SpringAI构建智能体xier_ran11 小时前
【infra之路】02_RadixAttention与KV_Cache管理黑马师兄11 小时前
RAG混合检索深度解析:让AI真正找到你要的内容