blackbird / rest-logger
N/A
Installs: 369
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:magento2-module
Requires
- php: ~8.0.0||~8.1.0
- blackbird/extensions-core: *
- magento/framework: *
This package is auto-updated.
Last update: 2024-10-30 14:37:01 UTC
README
Rest Logger
Adds ability to log REST API calls. Some routes can be ignored to focus on desired informations. Note that authorization request will be logged without body as to avoid security breach.
Setup
Get the package
Composer Package:
composer require blackbird/rest-logger
Zip Package:
Unzip the package in app/code/Blackbird/RestLogger, from the root of your Magento instance.
Install the module
Go to your Magento root directory and run the following magento command:
php bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources, or use the --keep-generated
option.