Open orharel opened 8 years ago
Update the config file to include the exclude parameter.
'logger' => [
'enabled' => true,
'handlers' => ['Prettus\RequestLogger\Handler\HttpLoggerHandler'],
'file' => storage_path("logs/http.log"),
'level' => 'info',
'format' => 'common'
],
'exclude' => []
];
The following error get generated: