ghostunicorns/module-webapi-logs

Magento Webapi Log Details accessible via backend

Installs: 88 260

Dependents: 0

Suggesters: 0

Security: 0

Stars: 24

Watchers: 1

Forks: 13

Open Issues: 4

Type:magento2-module

1.2.0 2022-02-13 11:14 UTC

This package is auto-updated.

Last update: 2024-04-13 16:13:04 UTC


README

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

Install

composer require ghostunicorns/module-webapi-logs

Configure

  1. Log-in your Magento backend

  2. Go to Stores > Configuration > System > Webapi Logs and enable it

screen1.png

Use

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

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:

screen4.png

Contribution

Yes, of course you can contribute sending a pull request to propose improvements and fixes.