From 1a966503e56fbd5e343535a88836844c5793bf2f Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Mon, 14 May 2018 10:54:36 +0100 Subject: [PATCH] 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 --- Developer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index c646058e35..836cd7b31a 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -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