I'm a newbie in ruby on rails. I struggled to find the solution for writing multiple logs and the daily rolling file appender.
The output will be like that: (logfile in folder {my project}/log)
db_access.log
db_access.log.20200513
...
user_operator.log
user_operator.log.20200513
...
And I have found a simple solution.