Commit 538e73a
authored
fix: enable PositionalArgumentsFormatter in logger (#1307)
Fixes possitional arguments not being formatted properly in the
logs
LOGGER.info(
"Uploading dataset (%d document(s)) to vector_store (id=%s)",
len(dataset.documents),
vector_store.id,
)
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>1 parent 8a67a44 commit 538e73a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments