Prepare Beta Version
This commit is contained in:
12
config/koneko_logging.php
Normal file
12
config/koneko_logging.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'channels' => [
|
||||
'vuexy' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/vuexy.log'),
|
||||
'level' => env('VUEXY_LOG_LEVEL', 'debug'),
|
||||
'days' => 14,
|
||||
],
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user