Move entirely to zerolog (#426)

Completely switch to zerolog

(Remove usage of logrus and std logger)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
John Olheiser
2021-10-12 02:25:13 -05:00
committed by GitHub
parent 9c85c8fd68
commit 4276a04f0c
160 changed files with 4982 additions and 397 deletions

View File

@@ -23,15 +23,14 @@ import (
"sync"
"time"
"github.com/rs/zerolog/log"
"github.com/tevino/abool"
"google.golang.org/grpc/metadata"
"github.com/woodpecker-ci/woodpecker/pipeline"
"github.com/woodpecker-ci/woodpecker/pipeline/backend"
"github.com/woodpecker-ci/woodpecker/pipeline/multipart"
"github.com/woodpecker-ci/woodpecker/pipeline/rpc"
"github.com/rs/zerolog/log"
"github.com/tevino/abool"
)
// TODO: Implement log streaming.