Skip to content

Commit c694c2d

Browse files
authored
Update README.md
1 parent de75f9b commit c694c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ logging library can be configured by setting the value in json_logging, all conf
178178

179179
Name | Description | Default value
180180
--- | --- | ---
181-
ENABLE_JSON_LOGGING | Whether to enable JSON logging mode.Can be set as an environment variable, enable when set to to either one in following list (case-insensitive) **['true', '1', 'y', 'yes']** | false
181+
ENABLE_JSON_LOGGING | Whether to enable JSON logging mode.Can be set as an environment variable, enable when set to to either one in following list (case-insensitive) **['true', '1', 'y', 'yes']** , this have no effect on request logger | false
182182
ENABLE_JSON_LOGGING_DEBUG | Whether to enable debug logging for this library for development purpose. | true
183183
CORRELATION_ID_HEADERS | List of HTTP headers that will be used to look for correlation-id value. HTTP headers will be searched one by one according to list order| ['X-Correlation-ID','X-Request-ID']
184184
EMPTY_VALUE | Default value when a logging record property is None | '-'
@@ -363,4 +363,4 @@ pypi
363363
```
364364
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
365365
pip3 install json_logging
366-
```
366+
```

0 commit comments

Comments
 (0)