From 70e786affe22b98778a37cea2a09ac3c0155d5bf Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:34:36 +0200 Subject: [PATCH] docs: document rust-log-analyzer --- service-catalog/rust-log-analyzer/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 service-catalog/rust-log-analyzer/README.md diff --git a/service-catalog/rust-log-analyzer/README.md b/service-catalog/rust-log-analyzer/README.md new file mode 100644 index 0000000..3d11b65 --- /dev/null +++ b/service-catalog/rust-log-analyzer/README.md @@ -0,0 +1,11 @@ +# Rust Log Analyzer + +[rust-log-analyzer] is a tool that analyzes the CI build logs of the [rust] repository to automatically extract error messages from failed builds. + +This tool is deployed via the [terraform/rust-log-analyzer] module as an ECS service and uses S3 to store the GitHub actions index. + +## Versions + +[rust-log-analyzer]: https://github.com/rust-lang/rust-log-analyzer +[rust]: https://github.com/rust-lang/rust +[terraform/rust-log-analyzer]: https://github.com/rust-lang/simpleinfra/tree/master/terraform/rust-log-analyzer