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
Allow an alternative prefix for logs, that does not contain package-name:
Non-goals
No response
Background
Some of our scripts output packge-name: logs which make searching complete logs quite anoying, we'd prefer to have the turbo prefix use the established turborepo task naming/scoping convention package-name#task-name so its easier to separate the two to see where a package is referenced within our log output vs all log output for that package provided from turborepo.
Proposal
When searching for this I saw #7484 (comment) suggesting a micro syntax which would fill our needs. However I think it would be fairly reasonable to have this as an alternate style or even change the default (although that may be a breaking change)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Goals
package-name:
Non-goals
No response
Background
Some of our scripts output
packge-name:
logs which make searching complete logs quite anoying, we'd prefer to have the turbo prefix use the established turborepo task naming/scoping conventionpackage-name#task-name
so its easier to separate the two to see where a package is referenced within our log output vs all log output for that package provided from turborepo.Proposal
When searching for this I saw #7484 (comment) suggesting a micro syntax which would fill our needs. However I think it would be fairly reasonable to have this as an alternate style or even change the default (although that may be a breaking change)
Beta Was this translation helpful? Give feedback.
All reactions