youwe / module-webapi-logs
Magento Webapi Log Details accessible via backend
Installs: 5 736
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 14
Type:magento2-module
Requires
- magento/framework: *
- magento/module-webapi: *
README
This module allows you to analyze all the webapi rest done call toward your magento.
Install
composer require youwe/module-webapi-logs
Configure
-
Log-in your Magento backend
-
Go to
Stores > Configuration > System > Webapi Logs
and enable it
Use
Go to Reports > Webapi Logs > Show Logs
You can select an entry to see more details about the request and the response
Attention!
If you disable the Secret Mode this module will logs everything passes in the webapi calls (tokens and passwords too!), then remember to clean logs by clicking the Delete All Logs
button:
Contribution
Yes, of course you can contribute sending a pull request to propose improvements and fixes.