Skip to content

Commit 346337c

Browse files
authored
Update README.md
1 parent 22f4c47 commit 346337c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ Install by running this command:
4545
> pip install json-logging
4646
4747
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).
48+
enable_json in init_\<framework name\>(enable_json=True) method call.
5049

5150
To configure, call **json_logging.init_< framework_name >()**. Once configured library will try to configure all
5251
loggers (existing and newly created) to emit log in JSON format.

0 commit comments

Comments
 (0)