https://github.com/ghostunicorns/module-webapi-logs
This module allows you to analyze all the webapi rest done call toward your adobe commerce.
https://github.com/ghostunicorns/module-webapi-logs
adobecommerce log logging magento2 magento2-api
Last synced: 11 months ago
JSON representation
This module allows you to analyze all the webapi rest done call toward your adobe commerce.
- Host: GitHub
- URL: https://github.com/ghostunicorns/module-webapi-logs
- Owner: ghostunicorns
- License: mit
- Created: 2021-06-29T10:33:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T11:54:27.000Z (over 1 year ago)
- Last Synced: 2025-07-03T06:51:38.656Z (12 months ago)
- Topics: adobecommerce, log, logging, magento2, magento2-api
- Language: PHP
- Homepage:
- Size: 480 KB
- Stars: 57
- Watchers: 2
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
This module allows you to analyze all the webapi rest done call toward your magento.
# Install
`composer require youwe/module-webapi-logs`
# Configure
1. Log-in your Magento backend
2. 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.