We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f4c47 commit 346337cCopy full SHA for 346337c
README.md
@@ -45,8 +45,7 @@ Install by running this command:
45
> pip install json-logging
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 (set **json_logging.ENABLE_JSON_LOGGING** or **
49
-ENABLE_JSON_LOGGING environment variable** to true is not recommended and will be deprecated in future versions).
+enable_json in init_\<framework name\>(enable_json=True) method call.
50
51
To configure, call **json_logging.init_< framework_name >()**. Once configured library will try to configure all
52
loggers (existing and newly created) to emit log in JSON format.
0 commit comments