Skip to content

Commit bff7caa

Browse files
committed
removes logs
1 parent 1c6a96b commit bff7caa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

config/logging.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,9 @@
5454
'channels' => [
5555
'stack' => [
5656
'driver' => 'stack',
57-
'channels' => ['single', 'sentry'],
57+
'channels' => ['single'],
5858
'ignore_exceptions' => false,
5959
],
60-
'sentry' => [
61-
'driver' => 'sentry',
62-
],
6360
'single' => [
6461
'driver' => 'single',
6562
'path' => storage_path('logs/laravel.log'),

0 commit comments

Comments
 (0)