univio / logs
The Univio Logs module enables the redirection of all log outputs to `/dev/stdout`, replacing traditional file-based logging.
v1.0.1
2024-12-11 11:50 UTC
Requires
- php: >=8.1
- magento/framework: *
- monolog/monolog: ^2.0
This package is auto-updated.
Last update: 2026-03-13 10:13:35 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' ]