This message was deleted.
# ask-anything
s
This message was deleted.
e
are these tasks scripts or functions? I'm guessing functions, you can enable logging with this. then pass
--log info
to your build command. unfortunately, the progress will update on a different line
v
They are scripts, but I could change them to functions I guess. Thank you, I’ll try that! 🙏
e
no need to change to functions. the only difference between one and another is that functions don't need the
log_output
parameter
👍 1