docs: More log-parser detail in dev guide

Add brief details to the developer guide explaining that the
log parser can convert the format of the logs.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2018-05-14 10:54:36 +01:00
parent 2b47961105
commit 1a966503e5

View File

@ -275,7 +275,7 @@ script and paste its output directly into a
To perform analysis on Kata logs, use the
[`kata-log-parser`](https://github.com/kata-containers/tests/tree/master/cmd/log-parser)
tool.
tool, which can convert the logs into formats (e.g. JSON, TOML, XML, and YAML).
# Appendices