Skip to content
Discussion options

You must be logged in to vote

Hey, @todor-a. That's the default logging of setupWorker, which you can disable by setting the quiet option to false in worker.start():

-await worker.start();
+await worker.start({ quiet: true });

Learn more about the quiet option in our docs. That should help. Let me know how it goes!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@todor-a
Comment options

Answer selected by kettanaito
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants