Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen committed Sep 5, 2023
1 parent 8ea8ba8 commit 4f22570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ func (ds *dockerService) getContainerLogPath(containerID string) (string, string
}

return info.Config.Labels[containerLogPathLabelKey], info.LogPath, nil
// return info.Config.Labels[containerLogPathLabelKey], "./" + containerID + ".log", nil
}

// createContainerLogSymlink creates the symlink for docker container log.
Expand Down

0 comments on commit 4f22570

Please sign in to comment.