Skip to content

Commit 9b24ac5

Browse files
committed
docs: improve docs
1 parent 11e0034 commit 9b24ac5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ the [standard library logging system](https://docs.python.org/3/howto/logging.ht
5151

5252
## Integration
5353

54-
This library can be integrated using the standard logging's `basicConfig` or `dictConfig` initialization systems. Examples are provided below.
54+
Simply use the standard logger's `basicConfig` or `dictConfig` initialization systems to get started. Examples are provided below.
5555

5656
**[basicConfig](https://docs.python.org/3/library/logging.html#logging.basicConfig)**
5757

@@ -116,6 +116,10 @@ Using logfmter via fileConfig is not supported, because fileConfig does not supp
116116

117117
## Configuration
118118

119+
There is no additional configuration necessary to get started using Logfmter.
120+
However, if desired, you can modify the functionality using the following
121+
initialization parameters.
122+
119123
**keys**
120124

121125
By default, the `at=<levelname>` key/value will be included in all log messages. These

0 commit comments

Comments
 (0)