Removing debug logs
How do I clean out debug logs?
You can purge most of the debug logs that Zen Cart produces from the Store Manager.
But what if your cart has debug logs from a plugin or other modification?
Modify admin/store_manager.php
and look for case 'clean_debug_files':
.
You’ll see the regular expression that identifies debug logs. Add an entry for your particular log.
Still have questions? Use the Search box in the upper right, or try the full list of FAQs. If you can't find it there, head over to the
Zen Cart support forum
and ask there in the appropriate subforum.
In your post, please include your Zen Cart and PHP versions, and a link to your site.
Is there an error or omission on this page? Please post to General Questions on the support forum. Or, if you'd like to open a pull request, just review the guidelines and get started.
You can even PR right here.
Last modified February 25, 2022 by Scott C Wilson (aacdbf3c).