The Univio Logs module enables the redirection of all log outputs to /dev/stdout
, replacing traditional file-based logging.
To install the module, execute the following commands:
composer require univio/module-logs
bin/magento module:enable Univio_Logs
To enable log redirection, update the env.php
file with the following configuration:
'logs' => [
'stdout_enabled' => '1'
]