Introduction:
As the main daemon process for WP Toolkit, troubleshooting the sw-engine service usually is one of the first thing that needs to be done when an issue is occurring with WP Toolkit. There are occasions where the default debug level for the service might not be sufficiently informative, so you need to enable the debug log level. Here is how you can do that:
- Open the main configuration file for the service:
vi /etc/sw-engine/sw-engine-fpm.conf
- Add this to the above file:
log_level = debug
- Restart the service:
systemctl restart sw-engine
- Then you can tail the logs:
tail -fn0 /usr/local/cpanel/3rdparty/wp-toolkit/var/logs/sw-engine.*
To enable enhanced logging for the WP Toolkit package itself, you can refer to the following article:
How To Enable Enhanced Logging In WP Toolkit?
Comments
0 comments
Article is closed for comments.