Skip to content

Commit aeefe97

Browse files
author
Nikos Papailiou
committed
Fix
1 parent 312900a commit aeefe97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/python/src/tiledb/vector_search/ingestion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def setup(
155155
set_aws_context(config)
156156

157157
level = logging.DEBUG if verbose else logging.NOTSET
158-
logger = get_logger(level, name=__name__+index_version)
158+
logger = get_logger(level)
159159

160160
logger.debug(
161161
"tiledb.cloud=%s, tiledb=%s, libtiledb=%s",

0 commit comments

Comments
 (0)