fix: empty get logs number of lines
This commit is contained in:
parent
467c826c04
commit
c9054e7d8c
1 changed files with 3 additions and 0 deletions
|
|
@ -79,6 +79,9 @@ public function getLogs($refresh = false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!$refresh && ($this->resource?->getMorphClass() === 'App\Models\Service' || str($this->container)->contains('-pr-'))) return;
|
if (!$refresh && ($this->resource?->getMorphClass() === 'App\Models\Service' || str($this->container)->contains('-pr-'))) return;
|
||||||
|
if (!$this->numberOfLines) {
|
||||||
|
$this->numberOfLines = 1000;
|
||||||
|
}
|
||||||
if ($this->container) {
|
if ($this->container) {
|
||||||
if ($this->showTimeStamps) {
|
if ($this->showTimeStamps) {
|
||||||
if ($this->server->isSwarm()) {
|
if ($this->server->isSwarm()) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue