I need to create a file to log errors using react, I was checking some libraries, but those libraries just logs errors in the UI, the thing that I need is create a new file each day, each file will be named with the current date, and it should log all the errors in the day. I don't know if that's possible.