Full Changelog: 0.8.0...0.8.1
- #25 Published a lazyjournal installation script on the Killercoda playground.
- Added a new
Compose stacks
list for simultaneously displaying logs from all containers in a stack, sorted by time, via thecompose
plugin indocker
(if installed and used on the current system). Time sorting applies to all displayed entries (including historical data, which is not supported bycompose
by default), and custom container name coloring has been implemented (this does not change when reloading the log, which is the default behavior ofcompose
).

- Added
Compose
to audit (used with the-a/--audit
flag, and an example has been added to the audit.yml file), testing and Docker image building. - Fixed a bug when selecting an empty item in lists with the mouse.
- Increased log loading speed for Kubernetes pods by reading only from the
stdout
stream (kubectl
only supports a single output stream), and updated status coloring for all containers and pods. - Added support for Kubernetes logs to the Docker image (added
kubectl
tool). - In addition to clearing the filter, the
esc
(default exit key, can be overridden in the configuration) now returns to the last window when using/
before exiting. - Added automatic publishing of the final test results report to the Wiki page.