garden run task cuts output
# 🌱|help-and-getting-started
b
Hey there! I’m using Garden acorn for running some unit tests; there’s an specific one that is really long, and somehow Garden cuts it right in the middle of it; Is there any set size for the output to get logged to STDOUT? I basically need it all because if the unit test fails sometimes devs can’t find the log they need 😦 Thanks
s
Hi @bright-policeman-43626! What module type are you using for this unit test (e.g.
exec
,
container
,
kubernetes
)? Also, is there a reason you haven’t upgraded to Bonsai for this project? Cheers, Thor
b
Hey @swift-garage-61180 this is using Garden Acorn with using garden tasks! I haven’t moved to 0.13 because I have found a couple of big blocking items for my config :/