Skip to content

Commit 6b2e5a0

Browse files
committed
fix(dosc): correct logger namespace reference
1 parent 9a703b9 commit 6b2e5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/humanloop/cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def pull(
221221
client = get_client(api_key, env_file, base_url)
222222
# Although pull() is available on the Humanloop client, we instantiate FileSyncer separately to control its log level.
223223
# This allows CLI users to toggle between detailed logging (--verbose) and minimal output without affecting the
224-
# main Humanloop client logger. The FileSyncer uses its own logger namespace (humanloop.sdk.sync), making this
224+
# main Humanloop client logger. The FileSyncer uses its own logger namespace (humanloop.sdk.file_syncer), making this
225225
# modification isolated from the client's OpenTelemetry setup. This client instance is short-lived and only
226226
# exists for the duration of the CLI command execution.
227227
file_syncer = FileSyncer(

0 commit comments

Comments
 (0)