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