fix oauth login

This commit is contained in:
xiaomlove
2025-05-02 22:04:00 +07:00
parent 8f4a6cf50c
commit 7ef23bcc6b
3 changed files with 14 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ return [
|
*/
'default' => env('LOG_CHANNEL', 'daily'),
'default' => env('LOG_CHANNEL', 'single'),
/*
|--------------------------------------------------------------------------
@@ -37,7 +37,7 @@ return [
'channels' => [
'stack' => [
'driver' => 'stack',
'channels' => ['daily'],
'channels' => ['single'],
'ignore_exceptions' => false,
],