We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fb96d commit 8f6d3c9Copy full SHA for 8f6d3c9
1 file changed
README.md
@@ -49,6 +49,8 @@ the [standard library logging system](https://docs.python.org/3/howto/logging.ht
49
50
## Integration
51
52
+This library can be integrated using the standard logging's `basicConfig` or `dictConfig` initialization systems. Examples are provided below.
53
+
54
**[basicConfig](https://docs.python.org/3/library/logging.html#logging.basicConfig)**
55
56
```python
0 commit comments