Skip to content

Commit 8dc9aad

Browse files
author
thang
committed
update table content
1 parent 1f1bbe4 commit 8dc9aad

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@ Python logging library to emit JSON log that can be easily indexed and searchabl
33
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 and contributor.
44
# Content
55
1. [Features](#1-features)
6-
2. [Installation](#2-installation)
7-
3. [Usage](#3-usage)
8-
3.1 [Non-web application log](#311-non-web-application-log)
9-
3.2 [Web application log](#312-web-application-log)
10-
3.3 [Get current correlation-id](#321-get-current-correlation-id)
11-
3.4 [Log extra properties](#322-log-extra-properties)
12-
3.5 [Root logger](#323-root-logger)
13-
4. [Configuration](#4-configuration)
14-
5. [Python References](#5-python-references)
15-
6. [Framework support plugin development](#6-framework-support-plugin-development)
16-
7. [FAQ & Troubleshooting](#7-faq--troubleshooting)
17-
8. [References](#8-references)
6+
2. [Usage](#3-usage)
7+
2.1 [Non-web application log](#21-non-web-application-log)
8+
2.2 [Web application log](#22-web-application-log)
9+
2.3 [Get current correlation-id](#23-get-current-correlation-id)
10+
2.4 [Log extra properties](#24-log-extra-properties)
11+
2.5 [Root logger](#25-root-logger)
12+
3. [Configuration](#3-configuration)
13+
4. [Python References](#4-python-references)
14+
5. [Framework support plugin development](#5-framework-support-plugin-development)
15+
6. [FAQ & Troubleshooting](#6-faq--troubleshooting)
16+
7. [References](#7-references)
1817

1918
# 1. Features
2019
1. Lightweight, no dependencies. Tested with Python 2.7 & 3.5.

0 commit comments

Comments
 (0)