mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-06-15 05:22:44 +01:00
Added filament lookup for extensions
This commit is contained in:
committed by
Constantin Graf
parent
5e979db912
commit
bd6263708d
@@ -67,6 +67,11 @@ return [
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'stack_production' => [
|
||||
'driver' => 'stack',
|
||||
'channels' => ['single', 'sentry'],
|
||||
],
|
||||
|
||||
'daily' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
@@ -84,6 +89,12 @@ return [
|
||||
'replace_placeholders' => true,
|
||||
],
|
||||
|
||||
'sentry' => [
|
||||
'driver' => 'sentry',
|
||||
'level' => env('LOG_LEVEL', 'error'),
|
||||
'bubble' => true,
|
||||
],
|
||||
|
||||
'papertrail' => [
|
||||
'driver' => 'monolog',
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
|
||||
Reference in New Issue
Block a user