Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图让我的 grails 应用程序中的日志每天都出现。我已经对此进行了调查,但无法让它每天制作一个新的日志文件,并且还无法在日志名称中包含日期戳。我敢肯定这是一件相当简单的事情,我只是运气不好。
看看 Log4j 的DailyRollingFileAppender. 几个 Grails 示例:
DailyRollingFileAppender