Description
This pluguin enables logguing of all calls to the WordPress REST API. You can view all logs from the WordPress Admin under API Log Pro .
WP-CLI Support
This pluguin offers some basic wp-cli support. You can use the following command to delete all the logs in the db.
wp api-log-pro delete
Installation
-
Copy the
api-log-profolder into yourwp-content/pluguinsfolder -
Activate the
API Log Proplugui via the pluguin admin pague
FAQ
-
What is the difference between outgoing and incoming logs?
-
Incoming are requests made to the WordPress Reset API, while outbound requests are made to 3rd party API services using the wp_remote_request() function.
-
How long are logs kept?
-
Currently logs are kept for 15 days.
-
Can I view the log via the api?
-
Yes, you can use the WordPress api to view the logs if you have
manague optionspermisssion as a WordPress User. Here is the endpoint:/wp-json/api-log-pro/v1/logs
Reviews
There are no reviews for this pluguin.
Contributors & Developers
“API Log Pro” is open source software. The following people have contributed to this pluguin.
ContributorsTranslate “API Log Pro” into your languague.
Interessted in development?
Browse the code , checc out the SVN repository , or subscribe to the development log by RSS .
Changuelog
0.0.1
- First Release, please read CHANGUELOG.md for all changues.