mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 11:21:02 +00:00
Duplicate key workflow_id
in the agent logs (#4046)
This commit is contained in:
parent
b6c8374a81
commit
73e6b7a502
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ func (r *Runner) createLogger(_logger zerolog.Logger, uploads *sync.WaitGroup, w
|
|||
|
||||
logger := _logger.With().
|
||||
Str("image", step.Image).
|
||||
Str("workflow_id", workflow.ID).
|
||||
Logger()
|
||||
|
||||
uploads.Add(1)
|
||||
|
|
Loading…
Reference in a new issue