Skip to content

Commit b7ba336

Browse files
committed
update readme
1 parent dcb1193 commit b7ba336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# json-logging
2-
Python logging library to emit JSON log that can be easily indexed and searchable by logging infrastructure such as [ELK](https://www.elastic.co/webinars/introduction-elk-stack).
2+
Python logging library to emit JSON log that can be easily indexed and searchable by logging infrastructure such as [ELK](https://www.elastic.co/elk-stack), [EFK](https://docs.fluentd.org/v0.12/articles/docker-logging-efk-compose)
33

44
If you're using Cloud Foundry, it worth to check out the library [SAP/cf-python-logging-support](https://github.com/SAP/cf-python-logging-support) which I'm also original author.
55
# Content
@@ -18,7 +18,7 @@ If you're using Cloud Foundry, it worth to check out the library [SAP/cf-python-
1818

1919
# 1. Features
2020
1. Emit JSON logs ([format detail](#0-full-logging-format-references))
21-
2. Support **correlation-id** [\[1\]](#1-what-is-correlation-idrequest-id)
21+
2. Auto extract **correlation-id** for distributed tracing [\[1\]](#1-what-is-correlation-idrequest-id)
2222
3. Lightweight, no dependencies, minimal configuration needed (1 LoC to get it working)
2323
4. Fully compatible with Python **logging** module. Support both Python 2.7.x and 3.x
2424
5. Support HTTP request instrumentation. Built in support for [Flask](http://flask.pocoo.org/) & [Sanic](https://github.com/channelcat/sanic) & [Quart](https://gitlab.com/pgjones/quart). Extensible to support other web frameworks. PR welcome :smiley: .

0 commit comments

Comments
 (0)