Skip to content

Unity-Group/univio-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Univio Logs module

Description

The Univio Logs module enables the redirection of all log outputs to /dev/stdout, replacing traditional file-based logging.

Installation details

To install the module, execute the following commands:

composer require univio/module-logs
bin/magento module:enable Univio_Logs

Configuration

To enable log redirection, update the env.php file with the following configuration:

    'logs' => [
        'stdout_enabled' => '1'
    ]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages