Fix nfo_import missing log

This commit is contained in:
DariusIII
2026-08-04 15:34:07 +02:00
parent 94b14596d7
commit cbfe7f1c26
2 changed files with 16 additions and 0 deletions
+9
View File
@@ -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'),