You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,8 @@ author.
44
44
Install by running this command:
45
45
> pip install json-logging
46
46
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.
0 commit comments