mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
API: torrents upload/list
This commit is contained in:
@@ -44,14 +44,15 @@ return [
|
||||
'single' => [
|
||||
'driver' => 'single',
|
||||
'tap' => [\App\Logging\NexusFormatter::class],
|
||||
'path' => env('LOG_FILE', '/tmp/nexus.log'),
|
||||
'path' => getLogFile(),
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'ignore_exceptions' => false,
|
||||
],
|
||||
|
||||
'daily' => [
|
||||
'driver' => 'daily',
|
||||
'path' => env('LOG_FILE', '/tmp/nexus.log'),
|
||||
// 'path' => env('LOG_FILE', '/tmp/nexus.log'),
|
||||
'path' => getLogFile(),
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'tap' => [\App\Logging\NexusFormatter::class],
|
||||
'days' => 14,
|
||||
@@ -104,7 +105,8 @@ return [
|
||||
],
|
||||
|
||||
'emergency' => [
|
||||
'path' => env('LOG_FILE', '/tmp/nexus.log'),
|
||||
// 'path' => env('LOG_FILE', '/tmp/nexus.log'),
|
||||
'path' => getLogFile(),
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user