Add additional logging of ffmpeg output to file. Help troubleshoot #34

This commit is contained in:
Gabe Kangas
2020-07-08 18:27:24 -07:00
parent 0a3691e25e
commit f54d1eba38
5 changed files with 21 additions and 12 deletions

View File

@ -46,6 +46,7 @@ func main() {
if err := config.Load(*configFile, getVersion()); err != nil {
panic(err)
}
config.Config.EnableDebugFeatures = *enableDebugOptions
// starts the core
if err := core.Start(); err != nil {