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.
我有一个当前配置为每小时翻转的日志文件。首次创建时,它被称为 logfile.log,一旦滚动,它被重命名为 logfile.log.YYYY-MM-DD-HH。
我想要的是使用 logfile.log.YYYY-MM-DD-HH 命名约定而不是 logfile.log 立即创建日志文件。
有任何想法吗?
看看这个帖子:
它讨论了此处描述的 DatedFileAppender 的使用:
我从未使用过这个,但它似乎正在做你需要的。