We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6297219 + 2073abb commit 0e520ccCopy full SHA for 0e520cc
README.md
@@ -247,7 +247,7 @@ logger.info("test log statement", extra={'props': {'correlation_id': 'custom_cor
247
248
## 2.5 Root logger
249
250
-If you want to use root logger as main logger to emit log. Made sure you call **config_root_logger()** after initialize
+If you want to use root logger as main logger to emit log. Make sure you call **config_root_logger()** after initialize
251
root logger (by logging.basicConfig() or logging.getLogger()) [\[2\]](#2-python-logging-propagate)
252
253
```python
0 commit comments