Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 11, 20222 yr A bit ashamed to say I'm not familiar with the logs in IPB, but noticed that the "uncaught_exception.php" log is 29G in size. Can I reduce it's size? In Admin > System Logs I edited the prune settings to 10 days from 30 days. Should I just wait for a background process to reduce the size of this log? Can I safely use the linux truncate command to reduce this log (worried that it has a .php extension and may need to be handled by the system)? Thanks for any help you can provide!
May 11, 20222 yr Solution You will want to review what is causing this error and resolve it before fully deleting these logs. Seeing that it is from yesterday, you may have already done so and in that case, you can truncate it.
May 11, 20222 yr Author 2 minutes ago, Jim M said: You will want to review what is causing this error and resolve it before fully deleting these logs. Seeing that it is from yesterday, you may have already done so and in that case, you can truncate it. Yes, thank you! One of the tables was crashed so a database repair fixed it. I will truncate away!