kgaut/magento2_stdlogging

A Magento 2 module that changes all logging handlers to stdout

Fund package maintenance!
graycoreio

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 6

Type:magento2-module

1.0.3 2024-02-07 15:41 UTC

This package is auto-updated.

Last update: 2024-04-07 16:21:33 UTC


README

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

Magento Version Support

Magento v2.3 Supported Magento v2.4 Supported

Purpose

This module is a drop in replacement to pump all Magento 2 logs to StdOut. This is especially useful when working in a dockerized environment where you want to aggregate your logs into an external system without having to know about Magento specific log files and configurations.

Getting Started

This module is intended to be installed with composer. From the root of your Magento 2 project:

  1. Download the package
composer require graycore/magento2-stdlogging
  1. Enable the package
./bin/magento module:enable Graycore_StdLogging

Upgrading