fix(apify): suppress verbose actor log streaming to stderr
Pass logger=None to Apify .call() to prevent the SDK from streaming raw actor run logs (status messages, crawler stats, warnings) that drown out the clean spinner UI in Claude Code. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -64,6 +64,7 @@ def run_actor_sync(
|
||||
run = client.actor(actor_id).call(
|
||||
run_input=run_input,
|
||||
timeout_secs=timeout_secs,
|
||||
logger=None, # Suppress verbose actor log streaming to stderr
|
||||
)
|
||||
|
||||
dataset_id = run["defaultDatasetId"]
|
||||
|
||||
Reference in New Issue
Block a user