mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Merge branch 'dillon/34.3-jenkins-vapor' into vapor/development
This commit is contained in:
+13
-3
@@ -54,10 +54,20 @@ return [
|
||||
'days' => 14,
|
||||
],
|
||||
|
||||
// 'storage_invoices' => [
|
||||
// 'driver' => 'single',
|
||||
// 'path' => storage_path('logs/laravel_storage_invoices.log'),
|
||||
// 'level' => 'info',
|
||||
// ],
|
||||
|
||||
'storage_invoices' => [
|
||||
'driver' => 'single',
|
||||
'path' => storage_path('logs/laravel_storage_invoices.log'),
|
||||
'level' => 'info',
|
||||
'driver' => 'monolog',
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'handler' => StreamHandler::class,
|
||||
'formatter' => env('LOG_STDERR_FORMATTER'),
|
||||
'with' => [
|
||||
'stream' => 'php://stderr',
|
||||
],
|
||||
],
|
||||
|
||||
'slack' => [
|
||||
|
||||
Reference in New Issue
Block a user