Which logger library to log, generate files and name confed?

What elixir library recommended to log, where you can generate the files and the name confed to the current date and you can configure the maximum size of log file.

In Linux/Unix that would be logrotate…

And it does not need to be the task of Elixir, the OS can do this.

Though if you want to do it in Elixir then the logger file backend for the Logger module can do it. :slight_smile: