Skip to content

Commit 8f6d3c9

Browse files
committed
docs: improve initialization documentation
1 parent 39fb96d commit 8f6d3c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ the [standard library logging system](https://docs.python.org/3/howto/logging.ht
4949

5050
## Integration
5151

52+
This library can be integrated using the standard logging's `basicConfig` or `dictConfig` initialization systems. Examples are provided below.
53+
5254
**[basicConfig](https://docs.python.org/3/library/logging.html#logging.basicConfig)**
5355

5456
```python

0 commit comments

Comments
 (0)