![]() |
is it possible to make command to delete debugbar json files? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29) +--- Thread: is it possible to make command to delete debugbar json files? (/showthread.php?tid=75733) |
is it possible to make command to delete debugbar json files? - cijagani - 03-10-2020 In Codeigntier 4, Debugbar is automatically creating so many json files when CI_ENVIRONMENT = development. is there any way to delete it periodically? can we create one spark command to delete these json files? is there any good solution? RE: is it possible to make command to delete debugbar json files? - John_Betong - 03-10-2020 I am not familiar with Spark so use this index.php script: Code: # CLEANER - only shows last error logs and debugbar JSON files RE: is it possible to make command to delete debugbar json files? - cijagani - 03-10-2020 (03-10-2020, 09:08 PM)John_Betong Wrote: I am not familiar with Spark so use this index.php script: i got it. thank you. RE: is it possible to make command to delete debugbar json files? - InsiteFX - 03-11-2020 In CI 4 the log files extension is .log not .php This is what worked for me: PHP Code: <?php |