diff --git a/Cargo.toml b/Cargo.toml index 0c3002b7..ee180a26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "log4rs" +name = "tari-log4rs" version = "1.2.0" authors = ["Steven Fackler ", "Evan Simmons "] description = "A highly configurable multi-output logging implementation for the `log` facade" diff --git a/README.md b/README.md index 6484cc82..ee8dc715 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# log4rs +# tari_log4rs +This is a fork of log4rs fixing some security bugs. This is used as a stop gap till log4rs 1.3 is released on crates.io [![docs](https://docs.rs/log4rs/badge.svg)](https://docs.rs/log4rs) [![crates.io](https://img.shields.io/crates/v/log4rs.svg)](https://crates.io/crates/log4rs)