I'll try to be as clear as possible :) I no longer want to use the default debug.log file, what I'm trying to achieve is to create a wp-content/logs directory and create one file per day with the date as the name of the file (example: 21-08-2024.log followed by 22-08-2024.log and so on), with a 30 day retention and a system to send a mail to the IT team when a file gets big enough to know there might be a major issue. The thing is I want to know if it's possible to do it on my custom network plugin that already handles many common tasks. Hope it's clear and no question like this has ever been asked (I already checked alot :D) Thanks in advance!