If XCloner Logger option is enabled, it will store a log file inside the xcloner-XXXXX folder inside the backup archive. The file is named xcloner-xxxxx.log. This can generate a huge amount of temporary files and log files on your file system. This short article provides you one SQL statement to disable XCloner log directly in your WordPress MySQL database, using phpMyAdmin.
To disable the XCloner Logger option directly in your wp_options database table, execute the following SQL statement in phpMyAdmin:
UPDATE wp_options
SET
option_value = '0'
WHERE
wp_options.option_name = 'xcloner_enable_log';
Code language: SQL (Structured Query Language) (sql)
See my ITFAQ.nl post “WordPress “XCloner – Backup and Restore” log uitschakelen in de MySQL-database” for this information in Dutch.
Show Your Support

If you want to step in to help me cover the costs for running this website, that would be awesome. Just use this link to donate a cup of coffee ☕($10 USD or €10 EUR for example). And please share the love and help others make use of this website. Thank you very much! <3 ❤️