Merge remote-tracking branch 'origin/staging' into origin/production

This commit is contained in:
Linksehat Staging Server
2024-02-17 10:40:12 +07:00
parent 40ad1ecc82
commit b8f6532cfb
4 changed files with 33 additions and 22 deletions

View File

@@ -51,6 +51,12 @@ return [
*/
'channels' => [
'dump_database_seeder' => [
'driver' => 'single',
'path' => storage_path('logs/database_seeder.log'),
'level' => 'debug',
],
'stack' => [
'driver' => 'stack',
'channels' => ['single'],