From 0a47ca6da26b1576f573084f789bcedfa529a25b Mon Sep 17 00:00:00 2001 From: tison Date: Fri, 2 Aug 2024 20:26:16 +0800 Subject: [PATCH 1/2] Add logforth to implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4a08b12b..aa6e9406a 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ There are many available implementations to choose from, here are some options: * [`structured-logger`](https://docs.rs/structured-logger/latest/structured_logger/) * Complex configurable frameworks: * [`log4rs`](https://docs.rs/log4rs/*/log4rs/) + * [`logforth`](https://crates.io/crates/logforth) * [`fern`](https://docs.rs/fern/*/fern/) * Adaptors for other facilities: * [`syslog`](https://docs.rs/syslog/*/syslog/) From af182a981897a963fb0633f038e98b327b15ff05 Mon Sep 17 00:00:00 2001 From: tison Date: Fri, 2 Aug 2024 20:59:44 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa6e9406a..07a9d8b3a 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ There are many available implementations to choose from, here are some options: * [`structured-logger`](https://docs.rs/structured-logger/latest/structured_logger/) * Complex configurable frameworks: * [`log4rs`](https://docs.rs/log4rs/*/log4rs/) - * [`logforth`](https://crates.io/crates/logforth) + * [`logforth`](https://docs.rs/logforth/*/logforth/) * [`fern`](https://docs.rs/fern/*/fern/) * Adaptors for other facilities: * [`syslog`](https://docs.rs/syslog/*/syslog/)