Skip to content

Commit b7511be

Browse files
author
thang
committed
correct rst format
1 parent 6f164d8 commit b7511be

File tree

3 files changed

+140
-134
lines changed

3 files changed

+140
-134
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you're using Cloud Foundry, it worth to check out the library [SAP/cf-python-
2121
2. Support **correlation-id** [\[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
24-
5. Support HTTP request instrumentation. Built in support for [Flask](http://flask.pocoo.org/) & [Sanic](http://flask.pocoo.org/). Extensible to support other web frameworks. PR welcome :smiley: .
24+
5. Support HTTP request instrumentation. Built in support for [Flask](http://flask.pocoo.org/) & [Sanic](https://github.com/channelcat/sanic). Extensible to support other web frameworks. PR welcome :smiley: .
2525
6. Support inject arbitrary extra properties to JSON log message.
2626

2727
# 2. Usage
@@ -34,6 +34,7 @@ To configure, call **json_logging.init(framework_name)**. Once configured librar
3434
See following use cases for more detail.
3535

3636
TODO: update guide on how to use ELK stack to view log
37+
3738
## 2.1 Non-web application log
3839
This mode don't support **correlation-id**.
3940
```python

0 commit comments

Comments
 (0)