diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-23 11:38:23 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-23 17:33:42 +0200 |
commit | 52002f63955ec211d1b1508eb5b9f9dd195d5ebf (patch) | |
tree | e6b546a6ca9a48f033f32edde8046d00842b35ce /doc | |
parent | bfdeb85104770527eb455712ab2ca65730d722fd (diff) | |
download | justbuild-52002f63955ec211d1b1508eb5b9f9dd195d5ebf.tar.gz |
Tutorial: mention the possibility to browse individual invocations
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tutorial/invocation-logging.md | 8 |
1 files changed, 8 insertions, 0 deletions
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. |