Skip to content

Commit 3466912

Browse files
committed
Cleaning up PR
1 parent a09749b commit 3466912

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Diff for: docs/core/logger.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Use the `remove_thread_local_keys` method to remove a list of thread-local keys
279279

280280
=== "remove_thread_local_keys.py"
281281

282-
```python hl_lines="12"
282+
```python hl_lines="13"
283283
--8<-- "examples/logger/src/remove_thread_local_keys.py"
284284
```
285285

@@ -295,7 +295,7 @@ Use the `clear_thread_local_keys` method to remove all thread-local keys that we
295295

296296
=== "clear_thread_local_keys.py"
297297

298-
```python hl_lines="12"
298+
```python hl_lines="13"
299299
--8<-- "examples/logger/src/clear_thread_local_keys.py"
300300
```
301301

@@ -348,7 +348,7 @@ You can view all currently configured keys from the Logger state using the `get_
348348
```
349349

350350
???+ info
351-
For thread-local additional logging keys, `use get_current_thread_keys` instead
351+
For thread-local additional logging keys, use `get_current_thread_keys` instead
352352

353353
### Log levels
354354

Diff for: poetry.toml

-2
This file was deleted.

0 commit comments

Comments
 (0)