summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-08-06 19:53:21 -0700
committerGitHub <noreply@github.com>2019-08-06 19:53:21 -0700
commit0ab910583035811e4bf8bab811d92b768670292e (patch)
treee36923701787d0bf26fab861afaec6daefad877a
parent2a8334ffdb521958dff3c88df9c97218990295d9 (diff)
downloadmixlib-log-0ab910583035811e4bf8bab811d92b768670292e.tar.gz
Update README.md
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0af46ae..1641158 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,14 @@
[![Gem Version](https://badge.fury.io/rb/mixlib-log.svg)](https://badge.fury.io/rb/mixlib-log)
+**Umbrella Project**: [Chef Foundation](https://github.com/chef/chef-oss-practices/blob/master/projects/chef-foundation.md)
+
+**Project State**: [Active](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md#active)
+
+**Issues [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md)**: 14 days
+
+**Pull Request [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md)**: 14 days
+
Mixlib::Log provides a mixin for enabling a class based logger object, a-la Merb, Chef, and Nanite. To use it:
```ruby