Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot committed Feb 6, 2020
1 parent 0daba02 commit 69044eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/skaffold/build/buildpacks/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ func NewLogger(out io.Writer) logging.Logger {

l := logrus.New()
l.SetOutput(out)

// By default, logrus prefixes lines with 'INFO[XXX]'.
l.SetFormatter(new(plainFormatter))

return &logger{
Expand Down

0 comments on commit 69044eb

Please sign in to comment.