Skip to content

Commit 59dce19

Browse files
authored
Update README.md
1 parent 346337c commit 59dce19

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,8 @@ author.
4444
Install by running this command:
4545
> pip install json-logging
4646
47-
By default log will be emitted in normal format to ease the local development. To enable it on production set
48-
enable_json in init_\<framework name\>(enable_json=True) method call.
49-
50-
To configure, call **json_logging.init_< framework_name >()**. Once configured library will try to configure all
51-
loggers (existing and newly created) to emit log in JSON format.
52-
See following use cases for more detail.
47+
By default log will be emitted in normal format to ease the local development. To enable it on production set enable_json in **json_logging.init_< framework_name >()** method call.
48+
Once configured library will try to configure all loggers (existing and newly created) to emit log in JSON format. See following use cases for more detail.
5349

5450
## 2.1 Non-web application log
5551

0 commit comments

Comments
 (0)