2025-05-11 14:14:50 -06:00

12 lines
246 B
PHP

<?php
return [
'channels' => [
'vuexy' => [
'driver' => 'daily',
'path' => storage_path('logs/vuexy.log'),
'level' => env('VUEXY_LOG_LEVEL', 'debug'),
'days' => 14,
],
],
];