mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 19:32:20 +08:00
Set logging preferences via command line flags. Closes #20
This commit is contained in:
@ -65,7 +65,7 @@ func (v *VideoSize) getString() string {
|
||||
func (t *Transcoder) Start() {
|
||||
command := t.getString()
|
||||
|
||||
log.Printf("Video transcoder started with %d stream variants.", len(t.variants))
|
||||
log.Tracef("Video transcoder started with %d stream variants.", len(t.variants))
|
||||
|
||||
_, err := exec.Command("sh", "-c", command).Output()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user