Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sashas777/module-not-found-url-error-log
The module logs any url that was not found at the website
https://github.com/sashas777/module-not-found-url-error-log
Last synced: about 10 hours ago
JSON representation
The module logs any url that was not found at the website
- Host: GitHub
- URL: https://github.com/sashas777/module-not-found-url-error-log
- Owner: sashas777
- License: gpl-3.0
- Created: 2022-03-27T06:29:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T02:58:00.000Z (8 months ago)
- Last Synced: 2024-10-14T02:09:54.520Z (about 1 month ago)
- Language: PHP
- Size: 63.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 404 Error (Not Found) Log
[![Latest Stable Version](https://poser.pugx.org/thesgroup/module-not-found-url-error-log/v/stable)](https://packagist.org/packages/thesgroup/module-not-found-url-error-log)
[![Total Downloads](https://poser.pugx.org/thesgroup/module-not-found-url-error-log/downloads)](https://packagist.org/packages/thesgroup/module-not-found-url-error-log)
[![Latest Unstable Version](https://poser.pugx.org/thesgroup/module-not-found-url-error-log/v/unstable)](https://packagist.org/packages/thesgroup/module-not-found-url-error-log)
[![License](https://poser.pugx.org/thesgroup/module-not-found-url-error-log/license)](https://packagist.org/packages/thesgroup/module-not-found-url-error-log)
[![pipeline status](https://gitlab.com/sashas777/module-not-found-url-error-log/badges/master/pipeline.svg)](https://gitlab.com/sashas777/module-not-found-url-error-log/-/commits/master)
[![coverage report](https://gitlab.com/sashas777/module-not-found-url-error-log/badges/master/coverage.svg)](https://gitlab.com/sashas777/module-not-found-url-error-log/-/commits/master)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.
![](https://github.com/sashas777/assets/raw/master/404_error_log.png)
The log cleans by a cron task which can be configured at the admin panel Stores -> Configuration -> The S Group -> 404 Error Log
![](https://github.com/sashas777/assets/raw/master/404_error_log_cleanup.png)
## 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
```