File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ Use the `remove_thread_local_keys` method to remove a list of thread-local keys
279
279
280
280
=== "remove_thread_local_keys.py"
281
281
282
- ```python hl_lines="12 "
282
+ ```python hl_lines="13 "
283
283
--8<-- "examples/logger/src/remove_thread_local_keys.py"
284
284
```
285
285
@@ -295,7 +295,7 @@ Use the `clear_thread_local_keys` method to remove all thread-local keys that we
295
295
296
296
=== "clear_thread_local_keys.py"
297
297
298
- ```python hl_lines="12 "
298
+ ```python hl_lines="13 "
299
299
--8<-- "examples/logger/src/clear_thread_local_keys.py"
300
300
```
301
301
@@ -348,7 +348,7 @@ You can view all currently configured keys from the Logger state using the `get_
348
348
```
349
349
350
350
???+ 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
352
352
353
353
### Log levels
354
354
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments