[feature request]add LogPath field to the output of pouch inspect #2283
Labels
areas/api
areas/log
kind/feature
kind/feature-request
This is a feature request from community for PouchContainer
priority/P1
this is high priority that all maintainers should stop to handle this issue
Ⅰ. Issue Description
Aliyun SLS could use logtail to collect docker containers' stdout/stderr logs.
logtail uses
docker inspect
to get the path of stdout/stderr log through LogPath field and then collects logs on the host machine.For pouch container,
pouch inspect
doesn't offer the LogPath field like docker. This results in logtail failing to collect pouch containers' stdout/stderr logs.Ⅱ. Describe what happened
logtail couldn't collect pouch containers' stdout/stderr logs.
Ⅲ. Describe what you expected to happen
pouch inspect
offers the LogPath field to indicate the path of stdout/stderr logs.And then logtail could collect pouch containers' stdout/stderr logs.
Ⅳ. How to reproduce it (as minimally and precisely as possible)
The text was updated successfully, but these errors were encountered: