From 52002f63955ec211d1b1508eb5b9f9dd195d5ebf Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 23 Apr 2025 11:38:23 +0200 Subject: Tutorial: mention the possibility to browse individual invocations --- doc/tutorial/invocation-logging.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/tutorial/invocation-logging.md b/doc/tutorial/invocation-logging.md index 30030c23..b6eb4cba 100644 --- a/doc/tutorial/invocation-logging.md +++ b/doc/tutorial/invocation-logging.md @@ -66,3 +66,11 @@ would look as follows. } } ``` + +Of course, the main motivation for invocation logging is doing +statistical analysis later. However, it can also be useful to browse +through the most recent invocations, looking, e.g., at failed actions +and their output, or actions that took particularly long. In the +`justbuild` source tree, under `doc/invocations-http-server` there +is a simple application serving one directory of invocation logs, +i.e., the logs for one particular project id. -- cgit v1.2.3