Skip to content

Commit 4965145

Browse files
author
Bob Bui
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # README.md
2 parents 4bb3d59 + e3bdb4d commit 4965145

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/elk-stack), [EFK](https://www.digitalocean.com/community/tutorials/how-to-set-up-an-elasticsearch-fluentd-and-kibana-efk-logging-stack-on-kubernetes)
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://www.digitalocean.com/community/tutorials/how-to-set-up-an-elasticsearch-fluentd-and-kibana-efk-logging-stack-on-kubernetes), AWS Cloudwatch, GCP Stackdriver
33

44
If you're using Cloud Foundry, it might 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
@@ -24,7 +24,7 @@ If you're using Cloud Foundry, it might worth to check out the library [SAP/cf-p
2424
4. Auto extract **correlation-id** for distributed tracing [\[1\]](#1-what-is-correlation-idrequest-id)
2525
5. Support HTTP request instrumentation. Built in support for [Flask](https://github.com/pallets/flask/), [Sanic](https://github.com/channelcat/sanic), [Quart](https://gitlab.com/pgjones/quart), [Connexion](https://github.com/zalando/connexion). Extensible to support other web frameworks. PR welcome :smiley: .
2626
6. Highly customizable: support inject arbitrary extra properties to JSON log message, override logging formatter, etc.
27-
7. Production ready, this has been used in production for 3 years+
27+
7. Production ready, has been used in production since 2017
2828

2929
# 2. Usage
3030
Install by running this command:

0 commit comments

Comments
 (0)