为 SpringServer dm 2 配置跟踪
根据 Spring 文档,
默认情况下,dm 服务器跟踪文件 被称为 $SERVER_HOME/serviceability/logs/dm-server/log_i.log ...索引 i 从 1 到 4 变化, 滚动的基础上,每个日志文件 超过 10Mb。
我知道可以在 server.config 中更改默认跟踪文件名。是否可以更改滚动之前保留的日志文件数量和/或最大日志文件大小?如何?
According to the Spring documentation,
By default, the dm Server trace file
is called
$SERVER_HOME/serviceability/logs/dm-server/log_i.log
... The index i varies from 1 to 4, on
a rolling basis, as each log file
exceeds 10Mb.
I'm aware that the default trace file name can be changed in server.config. Is it possible to change the number of log files that are kept before rolling over and/or the maximum log file size? How?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。编辑 config/servicability.xml 并重新启动服务器。 Virgo(向 Eclipse.org 捐赠 dm 服务器) 文档 提供了更多详细信息。
要编辑的元素是 MaxIndex 和 MaxFileSize,如下面的摘录所示:
Yes. Edit config/servicability.xml and restart the server. The Virgo (donation of dm Server to Eclipse.org) documentation gives some more detail.
The elements to edit are MaxIndex and MaxFileSize as shown in the extract below: