thesgroup/module-not-found-url-error-log

该模块会记录网站中找不到的任何URL

资助包维护!
sashas777

安装: 811

依赖者: 0

建议者: 0

安全性: 0

星标: 2

关注者: 2

分支: 0

开放问题: 0

类型:magento2-module

1.0.5 2024-04-05 02:57 UTC

This package is auto-updated.

Last update: 2024-09-05 03:46:46 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License pipeline status coverage report

此 Magento 2 模块会记录您网站上找不到的任何页面请求。您可以在“系统” -> “工具” -> “404 错误日志”中查看日志。

日志通过定时任务进行清理,该任务可以在管理面板的“商店” -> “配置” -> “S集团” -> “404 错误日志”中进行配置。

1. 安装

在 Magento 2 根目录中运行以下命令

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. 删除模块

在 Magento 2 根目录中运行以下命令

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