added enabled/disable to styles
This commit is contained in:
@@ -117,6 +117,13 @@ return [
|
||||
'emergency' => [
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
],
|
||||
|
||||
'plugins' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/plugins.log'),
|
||||
'level' => env('PLUGIN_LOG_LEVEL', 'info'),
|
||||
'days' => 7,
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user