You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My slight problem with this is that adding a variable length prefix will break log alignment. Something that needs to be considered if we want to maintain pretty output.
The text was updated successfully, but these errors were encountered:
This is a problem when running multiple Turbowatch scripts, e.g.
turbowatch **/turbowatch.ts
If the above execution produces these logs:
then there is no way of knowing which instance of
turbowatch.ts
these logs are originating from.I think the solution is quite simple here. We just need to allow
name
property indefineConfig
and prepend that to the trigger name, e.g.My slight problem with this is that adding a variable length prefix will break log alignment. Something that needs to be considered if we want to maintain pretty output.
The text was updated successfully, but these errors were encountered: