Skip to content

Commit 2073abb

Browse files
Update README.md
Fix orthographic problem on item 2.5 of README.md.
1 parent 6297219 commit 2073abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ logger.info("test log statement", extra={'props': {'correlation_id': 'custom_cor
247247

248248
## 2.5 Root logger
249249

250-
If you want to use root logger as main logger to emit log. Made sure you call **config_root_logger()** after initialize
250+
If you want to use root logger as main logger to emit log. Make sure you call **config_root_logger()** after initialize
251251
root logger (by logging.basicConfig() or logging.getLogger()) [\[2\]](#2-python-logging-propagate)
252252

253253
```python

0 commit comments

Comments
 (0)