perf: Skip browser logging for production tasks in native Python runner (#19028)

This commit is contained in:
Iván Ovejero
2025-09-01 10:55:20 +02:00
committed by GitHub
parent 864b51d135
commit d0ffd6e659
5 changed files with 25 additions and 3 deletions

View File

@@ -237,6 +237,7 @@ class TaskRunner:
stdlib_allow=self.opts.stdlib_allow,
external_allow=self.opts.external_allow,
builtins_deny=self.opts.builtins_deny,
can_log=task_settings.can_log,
)
task_state.process = process