opengento/module-webapi-logger

This module allows you to analyze all the webapi rest done call toward your Magento.

3.0.1 2024-03-21 13:41 UTC

This package is auto-updated.

Last update: 2024-04-21 13:47:37 UTC


README

Latest Stable Version License: MIT Packagist Packagist

This module allows you to analyze all the webapi rest done call toward your Magento.

Fork

This is a forked version from the following repository: https://github.com/ghostunicorns/module-webapi-logs.
It also contains changes from the following fork: https://github.com/magentix/module-webapi-logs.

As the original repository does not seems to be maintained anymore, we offer an improved and optimized version here.

Setup

Magento 2 Open Source or Commerce edition is required.

Composer installation

Run the following composer command:

composer require opengento/module-webapi-logger

Setup the module

Run the following magento command:

bin/magento setup:upgrade

If you are in production mode, do not forget to recompile and redeploy the static resources.

Features

Country to store mapping

Define many countries to many stores relation. This configuration will allows Magento to map stores with countries.

Settings

The configuration for this module is available in Stores > Configuration > System > Webapi Logs.

screen1.png

Documentation

Go to Reports > Webapi Logs > Show Logs

screen2.png

You can select an entry to see more details about the request and the response

screen3.png

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:

screen4.png

Support

Raise a new request to the issue tracker.

Authors

  • GhostUnicorns - Original Work - www.ghostunicorns.com
  • Contributors - Contributor - GitHub contributors
  • Opengento Community - Maintainer - Twitter Follow

License

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!