File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments