Added an option to change the log folder the mod uses. Example config:
{
"maxMessages": 1000,
"operatorRequired": true,
"logFolder": "custom_logs_folder"
}
To change the log folder location, you can read here how to use a custom log4j config, and in Minecraft's official config you could change the folder location, and add that in the run argument.
I purely added this because a server provider did not want me to store my logs, and this was a way around that.