mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-15 11:14:43 +00:00
change log level of path open / close message to Debug
This commit is contained in:
parent
b4155a4fdf
commit
cbd341b864
@ -292,7 +292,7 @@ func newPath(
|
||||
apiPathsList: make(chan pathAPIPathsListSubReq),
|
||||
}
|
||||
|
||||
pa.log(logger.Info, "opened")
|
||||
pa.log(logger.Debug, "opened")
|
||||
|
||||
pa.wg.Add(1)
|
||||
go pa.run()
|
||||
@ -489,7 +489,7 @@ func (pa *path) run() {
|
||||
pa.log(logger.Info, "runOnDemand command stopped")
|
||||
}
|
||||
|
||||
pa.log(logger.Info, "closed (%v)", err)
|
||||
pa.log(logger.Debug, "closed (%v)", err)
|
||||
|
||||
pa.parent.onPathClose(pa)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user