Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 12 days ago
JSON representation

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

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 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.