Popular Module Potentially Abandoned v1.0.1

Magento2 Webapi Log

vladflonta/magento2-webapi-log

Logs all REST API requests as text files in the var/log/webapi_rest/ folder. Useful for debugging and auditing API interactions.

153,920
Downloads
Below average
40
GitHub Stars
Below average
3y ago
Last Release
5
Open Issues
Build Issues
2/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
2 errors , 35 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.1 on Magento 2.4.8-p3
Dec 26, 2025
GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

Looking for Contributors

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Magento2 Webapi Log Magento compatibility status badge

README

Loaded from GitHub

Magento 2 WebAPI Logger (REST)

A Magento module for logging all REST API requests as text files in var/log/webapi_rest/ folder.

Installation steps

  1. Get the module via composer

    composer require "vladflonta/magento2-webapi-log":"~0"
    

    or via git

    git clone https://github.com/vladflonta/magento2-webapi-log app/code/VladFlonta/WebApiLog
    
  2. Enable module

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.

Example: var/log/webapi_rest/integration/admin/token/20181213_082324.log

Remark: Auth requests do not contain body / response to avoid a security breach.

License

This project is licensed under the Open Software License (OSL 3.0)

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.

Back to All Modules