mbozek / magento2-module-api-logger
Magento 2 module to save simple logs from api
Package info
github.com/mbozek/magento2-module-api-logger
Type:magento2-module
pkg:composer/mbozek/magento2-module-api-logger
dev-main
2025-12-10 18:23 UTC
Requires
- php: >=8.2.0
This package is not auto-updated.
Last update: 2026-03-19 18:12:13 UTC
README
Magento 2 module to save simple logs from Rest/Soap API.
Requirements
- Magento 2.4.8
- PHP 8.2
Installation
# Install via composer composer require mbozek/magento2-module-api-logger # Enable the module bin/magento module:enable MBk_ApiLogger # Run setup upgrade bin/magento setup:upgrade # Flush cache bin/magento cache:flush
Configuration
Enable logging in Admin Panel System
- System -> Configuration -> Services -> Magento Web API -> Web API Logging -> Enable API Requests Logging
View log list
- System -> Logging -> API Logs