Removendo logs em fila temporariamente.

production 0.1.7
José Neto 2 years ago
parent d28e404826
commit c059c3e33a

@ -209,10 +209,6 @@ abstract class AbstractLogService implements Contracts\LogServiceInterface
*/
protected function log(string $level, string $message, array $data): void
{
if (config('laravel-logs-layer.queue.enabled', false)){
Log::channel($this->getLogChannel())->$level($message, $data);
}
dispatch(new ProcessLog($this->getLogChannel(), $level, $message, $data));
}
}
Loading…
Cancel
Save