From 02374c9c3e388ce258100e348fcfa82be2fef678 Mon Sep 17 00:00:00 2001 From: Peter Kehl Date: Fri, 27 May 2022 00:42:39 -0700 Subject: [PATCH] #22 Link to src/lib.rs and to logdna-agent-v2#options. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 90f4150..303d00b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Rust crate for logging to LogDNA --- +For an example see [src/lib.rs](https://github.com/logdna/logdna-rust/blob/main/src/lib.rs). +- `API_KEY` is your `Ingestion key` as generated by https://app.logdna.com. +- For other parameters see https://github.com/logdna/logdna-agent-v2#options=. # Contributing