kgaut/magento2_stdlogging

一个将所有日志处理器更改为标准输出的 Magento 2 模块

资助包维护!
graycoreio

安装: 0

依赖者: 0

建议者: 0

安全性: 0

星级: 0

关注者: 0

分支: 6

类型:magento2-module

1.0.3 2024-02-07 15:41 UTC

This package is auto-updated.

Last update: 2024-09-07 17:14:33 UTC


README

Packagist Downloads Packagist Version Packagist License Installation Test Integration Test Unit Test

支持的 Magento 版本

Magento v2.3 Supported Magento v2.4 Supported

用途

此模块是一个即插即用的替换品,可以将所有 Magento 2 日志输出到 StdOut。这在使用 Docker 化环境工作时特别有用,您希望将日志聚合到外部系统,而无需了解 Magento 特定日志文件和配置。

开始使用

此模块旨在使用 composer 安装。从您的 Magento 2 项目根目录开始

  1. 下载包
composer require graycore/magento2-stdlogging
  1. 启用包
./bin/magento module:enable Graycore_StdLogging

升级