diff --git a/src/app/Services/AbstractLogService.php b/src/app/Services/AbstractLogService.php index ed30fe9..e671849 100644 --- a/src/app/Services/AbstractLogService.php +++ b/src/app/Services/AbstractLogService.php @@ -204,6 +204,5 @@ abstract class AbstractLogService implements Contracts\LogServiceInterface protected function log(string $level, string $message, array $data): void { Log::channel($this->getLogChannel())->$level($message, $data); - $this->logDataContainer->clearCapturedData(); } } \ No newline at end of file