Hi!
We are using Partyline a lot, it is a really great tool!
In our Laravel 10 project we have created a queued job that has Partyline output in it. We dispatch this job from different parts of the code, once synchronously (with dispatchSync), and once asynchronously (with Jobname::dispatch).
We expected to get output to the command line when running it synchronously from an artisan command, but it doesn't display anything.
Is there any possibility to get this output?
Thanks and best regards