Skip to content

Commit

Permalink
Update src/Datasource/Log/ElasticLogger.php
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Story <[email protected]>
  • Loading branch information
skie and markstory authored Nov 21, 2024
1 parent eb757a7 commit 74458fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Datasource/Log/ElasticLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ protected function _log(string $level, string $message, array $context = []): vo
if ($exception instanceof Exception) {
throw $exception;
}
// stackTrace();
// debug([$level]);
$this->getLogger()->log($level, $logData, $context);
}
}

0 comments on commit 74458fe

Please sign in to comment.