@@ -142,6 +142,8 @@ class Repository
|
|||||||
sourceName: $sourceName,
|
sourceName: $sourceName,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->buffer->flushAlerts();
|
||||||
|
|
||||||
$createdAt = new \DateTimeImmutable($result['created_at']);
|
$createdAt = new \DateTimeImmutable($result['created_at']);
|
||||||
|
|
||||||
return new Alert(
|
return new Alert(
|
||||||
@@ -233,6 +235,7 @@ class Repository
|
|||||||
public function storeLogEntry(string $line, ?int $sourceId = null, ?string $sourceName = null, ?string $level = null): void
|
public function storeLogEntry(string $line, ?int $sourceId = null, ?string $sourceName = null, ?string $level = null): void
|
||||||
{
|
{
|
||||||
$this->buffer->pushLog($line, $sourceId, $sourceName, $level);
|
$this->buffer->pushLog($line, $sourceId, $sourceName, $level);
|
||||||
|
$this->buffer->flushLogs();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function searchLogEntries(string $query, int $limit = 200, int $offset = 0, ?string $since = null, ?string $until = null): array
|
public function searchLogEntries(string $query, int $limit = 200, int $offset = 0, ?string $since = null, ?string $until = null): array
|
||||||
|
|||||||
Reference in New Issue
Block a user