fix: remove additional logFeild stream

This commit is contained in:
langhuihui
2023-11-10 18:16:28 +08:00
parent ebf81cf963
commit 2f4a65afd5
2 changed files with 1 additions and 2 deletions

View File

@@ -354,7 +354,7 @@ var ErrNoPushConfig = errors.New("no push config")
var Pushers sync.Map
func (opt *Plugin) Push(streamPath string, url string, pusher IPusher, save bool) (err error) {
zp, zu := zap.String("path", streamPath), zap.String("url", url)
zp, zu := zap.String("stream", streamPath), zap.String("url", url)
opt.Info("push", zp, zu)
defer func() {
if err != nil {