Log Web API transactions for Magento 2
magestat/module-log-webapi
Logs all REST API transactions in a file. Useful for debugging and monitoring API usage within your Magento 2 store.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Share This Module's Status
README
Loaded from GitHubLog Web API transactions for Magento 2
This extension creates a log file and saves all transactions that are requested through your store's Rest API.
Installation
Install via composer (recommended)
Run the following command in your Magento 2 root folder:
composer require magestat/module-log-webapi
Using GIT clone
Run the following command in yourMagento 2 root folder:
git clone git@github.com:magestat/magento2-log-webapi.git app/code/Magestat/LogWebapi
Activation
Run the following command in your Magento 2 root folder:
php bin/magento module:enable Magestat_LogWebapi
php bin/magento setup:upgrade
Clear the caches:
php bin/magento cache:clean
Configuration
- Go to STORES > Configuration > MAGESTAT > Log Webapi.
- Select Enabled option to enable the module.
- Expand Settings Tab.
- Fill the required fields.
Contribution
Want to contribute to this extension? The quickest way is to open a pull request on GitHub.
Support
If you encounter any problems or bugs, please open an issue on GitHub.
Need help setting up or want to customize this extension to meet your business needs? Please open an issue and if we like your idea we will add this feature for free.
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.