Symptoms
There are occasions where it's necessary to enable WP-Toolkit's enhanced logging for debugging and troubleshooting purposes. Here is how it's done:
Procedure
First, the following file needs to be created.
/usr/local/cpanel/3rdparty/wp-toolkit/var/etc/config.ini
This file will contain any customizations to WP-Toolkit's global configuration.
After that you can enable the “enhanced logging” option by adding the following line to the file:
logCommandsAndFileOperations = true
WP Toolkit's log files are located here:
/usr/local/cpanel/3rdparty/wp-toolkit/var/logs/
├── main-2021-07-26.log
├── main-2021-07-27.log
├── main-2021-07-28.log
├── main-2021-07-29.log
├── sw-engine.access.log
└── sw-engine.error.log
And also here which is simply a symbolic link to the above location:
/var/log/wp-toolkit
├── main-2021-07-26.log
├── main-2021-07-27.log
├── main-2021-07-28.log
├── main-2021-07-29.log
├── sw-engine.access.log
└── sw-engine.error.log
Please bear in mind that enabling enhanced logging can be one of the reasons behind WP Toolkit slowdown, so you should only consider activating this functionality on a temporary basis and for troubleshooting purposes only.
Comments
0 comments
Article is closed for comments.