Merge pull request #4817 from nextcloud/enh/4812/show-timestamps

aio-interface: show timestamps next to log entries
This commit is contained in:
Simon L 2024-06-17 11:34:46 +02:00 committed by GitHub
commit 1fcb8522ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -166,7 +166,7 @@ class DockerActionManager
{
$url = $this->BuildApiUrl(
sprintf(
'containers/%s/logs?stdout=true&stderr=true',
'containers/%s/logs?stdout=true&stderr=true&timestamps=true',
urlencode($id)
));
$responseBody = (string)$this->guzzleClient->get($url)->getBody();