univio / logs
The Univio Logs module enables the redirection of all log outputs to `/dev/stdout`, replacing traditional file-based logging.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Type:magento2-module
Requires
- php: >=8.1
- magento/framework: *
- monolog/monolog: ^2.0
This package is auto-updated.
Last update: 2025-09-13 09:12:15 UTC
README
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' ]