Add support for following logs
Bug #1735074 reported by
hongbin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zun |
In Progress
|
Medium
|
Kien Nguyen |
Bug Description
In Docker, it is possible to use the '--follow' option to follow the logs of a container.
$ docker logs --help
Usage: docker logs [OPTIONS] CONTAINER
Fetch the logs of a container
Options:
...
-f, --follow Follow log output
...
This feature is useful. Zun is better to support this options as well. Note that the '--follow' requires streaming output to API users. The implementation might be similar as how we support interactive execute: https:/
[1] https:/
[2] https:/
Changed in zun: | |
importance: | Undecided → Medium |
status: | New → Triaged |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/571952
Review: https:/