mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
fix(edge/jobs): clear logs [EE-5923] (#10819)
This commit is contained in:
parent
4b0f08e92a
commit
e01386f63d
1 changed files with 0 additions and 5 deletions
|
@ -110,11 +110,6 @@ func (handler *Handler) clearEdgeJobTaskLogs(tx dataservices.DataStoreTx, edgeJo
|
||||||
return httperror.InternalServerError("Unable to persist Edge job changes in the database", err)
|
return httperror.InternalServerError("Unable to persist Edge job changes in the database", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
err = handler.FileService.ClearEdgeJobTaskLogs(strconv.Itoa(int(edgeJobID)), strconv.Itoa(int(endpointID)))
|
|
||||||
if err != nil {
|
|
||||||
return httperror.InternalServerError("Unable to clear log file from disk", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
endpoint, err := tx.Endpoint().Endpoint(endpointID)
|
endpoint, err := tx.Endpoint().Endpoint(endpointID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return httperror.NotFound("Unable to retrieve environment from the database", err)
|
return httperror.NotFound("Unable to retrieve environment from the database", err)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue