开发者

JBoss Application Server Log Configuration

开发者 https://www.devze.com 2022-12-25 14:21 出处:网络
Is there any configuration for JBoss Application Server\'s Log configuration where in the logs get deleted automatically if the log size exceeds some threshold or if it is older tha开发者_开发技巧n a

Is there any configuration for JBoss Application Server's Log configuration where in the logs get deleted automatically if the log size exceeds some threshold or if it is older tha开发者_开发技巧n a certain date ?


I believe there is no way to delete them, but you could use the RollingFileAppender. There, you can specify the file size limit like:

<param name="MaxFileSize" value="1000KB"/>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号