Просмотр файла config/logging.php
<?php return [ 'default' => 'monolog', 'channels' => [ 'monolog' => [ 'path' => STORAGE . '/logs/rotor.log', 'driver' => 'daily', 'level' => 'debug', ], ], ];
<?php return [ 'default' => 'monolog', 'channels' => [ 'monolog' => [ 'path' => STORAGE . '/logs/rotor.log', 'driver' => 'daily', 'level' => 'debug', ], ], ];