Add Paddle sync log channel
This commit is contained in:
@@ -80,6 +80,18 @@ return [
|
||||
'days' => env('LOG_DAILY_DAYS', 14),
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
'paddle-sync' => [
|
||||
'driver' => 'stack',
|
||||
'channels' => explode(',', env('PADDLE_SYNC_LOG_STACK', 'paddle-sync-file')),
|
||||
'ignore_exceptions' => false,
|
||||
],
|
||||
'paddle-sync-file' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/paddle-sync.log'),
|
||||
'level' => env('LOG_LEVEL', 'info'),
|
||||
'days' => env('LOG_DAILY_DAYS', 14),
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'slack' => [
|
||||
'driver' => 'slack',
|
||||
|
||||
Reference in New Issue
Block a user