[#195] services/object: Write debug log messages on internal service errors

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-11-23 14:51:02 +03:00 committed by Alex Vanin
parent 6a5c37d592
commit fa6e4a3ca4
7 changed files with 41 additions and 14 deletions

View file

@ -148,6 +148,7 @@ func (p *Streamer) newCommonTarget(prm *PutInitPrm) transformer.ObjectTarget {
}
},
fmt: p.fmtValidator,
log: p.log,
}
}