mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
aio-interface: show timestamps next to log entries
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
cbe0a89676
commit
2a29d3f8b8
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ class DockerActionManager
|
|||
{
|
||||
$url = $this->BuildApiUrl(
|
||||
sprintf(
|
||||
'containers/%s/logs?stdout=true&stderr=true',
|
||||
'containers/%s/logs?stdout=true&stderr=true×tamps=true',
|
||||
urlencode($id)
|
||||
));
|
||||
$responseBody = (string)$this->guzzleClient->get($url)->getBody();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue