Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ensure that each log line is newline-terminated | Matthew Heon | 2019-03-03 |
| | | | | | | | | | When writing logs with timestamps to the terminal, ensure that each line is newline-terminated, so we don't end up with an unreadable mess with timestamps interspersed with the actual content being displayed. Signed-off-by: Matthew Heon <mheon@redhat.com> | ||
* | Add CRI logs parsing to podman logs | umohnani8 | 2018-09-05 |
Podman logs was not parsing CRI logs well, especially the F and P logs. Now using the same parsing code as in kube here. Signed-off-by: umohnani8 <umohnani@redhat.com> Closes: #1403 Approved by: rhatdan |