【发布时间】:2019-07-15 16:41:12
【问题描述】:
我正在开发 JBoss EAP 6.3,在我的 server.log 文件中,始终有以下日志:
10:22:33,525 调试 [org.hibernate.cache.spi.UpdateTimestampsCache] (http-/0.0.0.0:8080-70) 预失效空间[users],时间戳: 15507410135
10:22:33,526 调试 [org.hibernate.cache.spi.UpdateTimestampsCache] (http-/0.0.0.0:8080-70) 无效空间 [用户],时间戳: 15507409535
10:22:33,842 调试 [org.hibernate.cache.spi.UpdateTimestampsCache] (http-/0.0.0.0:8080-50) 预失效空间[users],时间戳: 15507410138
10:22:33,844 调试 [org.hibernate.cache.spi.UpdateTimestampsCache] (http-/0.0.0.0:8080-50) 无效空间 [users],时间戳: 15507409538
如何删除这些日志?
【问题讨论】: