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
Currently the stdout and stderr logs of a job are just logged with a colored prefix of | that makes it quite hard to know to which job a log line belongs to.
Therefore I would suggest to prefix all output lines a like to the other job related logs e.g., [build.yaml/test-job]
WDYT?
The text was updated successfully, but these errors were encountered:
I think this was by design to reduce the noise of long workflow + job names filling the Terminal, if this is not opt in like a cli flag, I think this FR needs 100+ upvotes.
Afaik act | cat would work. The long form is only used if colors are disabled / no tty is attached, so NO_COLOR env might have the same effect.
If you want to parse the output --json is the way to go.
Uh oh!
There was an error while loading. Please reload this page.
Act version
0.2.76
Feature description
Currently the stdout and stderr logs of a job are just logged with a colored prefix of
|
that makes it quite hard to know to which job a log line belongs to.Therefore I would suggest to prefix all output lines a like to the other job related logs e.g.,
[build.yaml/test-job]
WDYT?
The text was updated successfully, but these errors were encountered: