Skip to content

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

License

Notifications You must be signed in to change notification settings

magentix/module-webapi-logs

 
 

Repository files navigation

Description

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

Fork

This forked version only logs external requests in error.

  • [a59ed06] Do not log API Ajax requests (from Magento frontend, like cart and checkout)
  • [a59ed06] Do not keep requests in status 200 success
  • [89aef44] Display error message in grid
  • [ecf9a89] Better log display when request is XML

Install

composer.json

{
  "repositories": {
    "ghostunicorns/module-webapi-logs": {
      "type": "vcs",
      "url": "https://github.com/magentix/module-webapi-logs.git"
    }
  }
}

composer require ghostunicorns/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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.5%
  • HTML 8.1%
  • JavaScript 1.4%