Skip to content

Commit 7fc9e57

Browse files
committed
Small fixes to docs
1 parent 3466912 commit 7fc9e57

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: docs/core/logger.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,8 @@ To ease routine tasks like extracting correlation ID from popular event sources,
159159

160160
You can append additional keys using either mechanism:
161161

162-
* Persist new keys across all future log messages via `append_keys` method
163-
* Persist new keys across all future logs in a specific thread via `append_thread_local_keys` method
164-
162+
* New keys persist across all future log messages via `append_keys` method
163+
* New keys persist across all future logs in a specific thread via `append_thread_local_keys` method
165164
* Add additional keys on a per log message basis as a keyword=value, or via `extra` parameter
166165

167166
#### append_keys method
@@ -194,7 +193,7 @@ You can append your own thread-local keys in your existing Logger via the `appen
194193

195194
=== "append_thread_local_keys.py"
196195

197-
```python hl_lines="10"
196+
```python hl_lines="11"
198197
--8<-- "examples/logger/src/append_thread_local_keys.py"
199198
```
200199

0 commit comments

Comments
 (0)