magento2-module magento2-webapi-log
Logger for webapi REST requests.
vladflonta/magento2-webapi-log
Logger for webapi REST requests.
- Thursday, April 12, 2018
- by vladflonta
- Repository
- 1 Watchers
- 1 Stars
- 185 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 256 % Grown
Magento 2 WebAPI Logger (REST)
A Magento module for logging all REST API requests as text files in var/log/webapi_rest/ folder., (*1)
Installation steps
-
Get the module via composer, (*2)
composer require "vladflonta/magento2-webapi-log":"~0"
or via git, (*3)
git clone https://github.com/vladflonta/magento2-webapi-log app/code/VladFlonta/WebApiLog
-
Enable module, (*4)
bin/magento module:enable VladFlonta_WebApiLog
bin/magento setup:upgrade
Usage
The modules logs requests to subfolders in the var/log/webapi_rest
according to the REST route., (*5)
Example: var/log/webapi_rest/integration/admin/token/20181213_082324.log, (*6)
Remark: Auth requests do not contain body / response to avoid a security breach., (*7)
License
This project is licensed under the Open Software License (OSL 3.0), (*8)
dev-master
9999999-dev
Logger for webapi REST requests.
Sources
Download
OSL-3.0
The Requires
-
magento/module-webapi >=100.0.2
0.0.1
0.0.1.0
Logger for webapi REST requests.
Sources
Download
OSL-3.0
The Requires
-
magento/module-webapi >=100.0.2