thesgroup / module-not-found-url-error-log
The module logs any url that was not found at the website
Fund package maintenance!
sashas777
Installs: 958
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.0||~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0
- magento/framework: ~102.0||~103.0
- magento/module-backend: ~101.0||~102.0
- magento/module-store: ~101.0||~101.1
- magento/module-ui: ~101.1||~101.2
- magento/module-url-rewrite: ~101.0||~102.0
README
The Magento 2 module will log any not found page request on your website. You can view logs at the System -> Tools -> 404 Error Log.
The log cleans by a cron task which can be configured at the admin panel Stores -> Configuration -> The S Group -> 404 Error Log
1. Installation
Run the following command at Magento 2 root folder:
composer require thesgroup/module-not-found-url-error-log
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
2. Remove The Module
Run the following command at Magento 2 root folder:
composer remove thesgroup/module-not-found-url-error-log
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy