Skip to content

Commit 312a5f5

Browse files
committed
Log deprecations in separate file
1 parent ec7e4ea commit 312a5f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

backend/config/logging.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@
100100
'emergency' => [
101101
'path' => storage_path('logs/laravel.log'),
102102
],
103+
104+
'deprecations' => [
105+
'driver' => 'single',
106+
'path' => storage_path('logs/laravel-deprecations.log'),
107+
],
103108
],
104109

105110
];

0 commit comments

Comments
 (0)