feat/factory_creation (#1)
Prepping for launch. Reviewed-on: #1 Co-authored-by: Paul Couture <paul@paulcouture.com> Co-committed-by: Paul Couture <paul@paulcouture.com>
This commit was merged in pull request #1.
This commit is contained in:
@@ -65,6 +65,13 @@ return [
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'artwork_import' => [
|
||||
'driver' => 'single',
|
||||
'path' => storage_path('logs/artwork_import.log'),
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'daily' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
|
||||
Reference in New Issue
Block a user