ChatGPT-Mobile
ChatGPT-Mobile copied to clipboard
Implement code to manage logfile size
Super easy issue for anyone who would like to work on it. The logging functionality currently dumps everything to app.log
and doesn't have any concerns for file size. After a while this file will get really big and annoying, so we need a way to make sure old log are being deleted ad only the newer logs are kept. Super easy beginner issue for anyone willing to do it.