act/pkg
Markus Wolf 6b059572ff
feat: add step name to logger field (#1027)
* feat: add step name to logger field

This change does add the step name to the logger fields. This does
not change the output for our users, but for the json logger, it
does make each step output traceable.

* fix: remove new logger

Since logrus and context both are immutable for our case, we
can just add a new field and store the logger in the context.

Co-authored-by: Casey Lee <cplee@nektos.com>
Co-authored-by: Björn Brauer <bjoern.brauer@new-work.se>
2022-03-14 10:38:30 -07:00
..
artifacts feat: add node16 support (#922) 2021-12-22 19:34:18 +00:00
common feat: run jobs in parallel (#1003) 2022-02-25 18:47:16 +00:00
container fix: docker cp of dangling symlink (#943) (#948) 2022-01-27 16:53:26 +00:00
exprparser fix: coerce booleans to numbers for comparison in exprparser (#1030) 2022-03-14 16:38:42 +00:00
model refactor: default empty if: statement to if: success() in evaluator & remove FixIfStatement() (#990) 2022-02-15 20:03:00 +00:00
runner feat: add step name to logger field (#1027) 2022-03-14 10:38:30 -07:00