Skip to content

Commit

Permalink
PMM-12913 fix logrus' field name for dump
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Feb 15, 2024
1 parent 2689b7b commit 958acbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/services/dump/dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type Service struct {

func New(db *reform.DB) *Service {
return &Service{
l: logrus.WithField("component", "management/backup/backup"),
l: logrus.WithField("component", "services/dump"),
db: db,
}
}
Expand Down

0 comments on commit 958acbc

Please sign in to comment.