replication/logic: log filesystem during replication steps

This commit is contained in:
Christian Schwarz 2020-04-11 15:07:31 +02:00
parent 42ffca09db
commit 28e66ca78f

View File

@ -603,7 +603,7 @@ func (s *Step) doReplication(ctx context.Context) error {
fs := s.parent.Path
log := getLogger(ctx)
log := getLogger(ctx).WithField("filesystem", fs)
sr := s.buildSendRequest(false)
log.Debug("initiate send request")