mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix nfo_import missing log
This commit is contained in:
@@ -144,6 +144,15 @@ return [
|
||||
'permission' => 0775,
|
||||
'locking' => false,
|
||||
],
|
||||
'nfo_import' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/nfo_import.log'),
|
||||
'level' => 'debug',
|
||||
'days' => 7,
|
||||
'bubble' => true,
|
||||
'permission' => 0775,
|
||||
'locking' => false,
|
||||
],
|
||||
'nzb_creation' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/nzb_creation.log'),
|
||||
|
||||
Reference in New Issue
Block a user