google / flogger

A Fluent Logging API for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] How to configure logs to rotate every day?

animesh-sharama opened this issue · comments

Is it possible to configure logs to rotate every day?

Flogger itself has nothing to do with how logs are stored or managed once written.
You'll need to find a solution for the backend you've chosen (e.g. j.u.l.Logger, log4j2 etc.).
I suggest asking on StackOverflow.