How to enable error logging in Masteriyo?
Enable WP_DEBUG error logging and view Masteriyo debug logs under Masteriyo > Tools > Logs to troubleshoot plugin issues.
To enable the error logging in Masteriyo, you will need to enable the debug log for your site at first. Follow the steps below to do this.
- Go to your site's folder via FTP.
- Open wp-config.php
- Add the following code.
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
- Save changes.
Now, go to the following location in your admin dashboard to check the logging in Masteriyo.
Masteriyo > Tools > Logs
Here, you will find all the logs related to the Masteriyo plugin.
Was this article helpful to you?
Give us Rating
Last edited on July 28, 2026.
Edit this page