Save owncast logs to log file. Closes #908

This commit is contained in:
Gabe Kangas
2021-05-22 19:25:33 -07:00
parent bf6a3d9e85
commit 381daaec9b
8 changed files with 79 additions and 26 deletions

View File

@@ -1,7 +1,6 @@
package config
import (
"path/filepath"
"fmt"
)
@@ -42,7 +41,3 @@ func GetReleaseString() string {
return fmt.Sprintf("Owncast v%s-%s (%s)", versionNumber, buildPlatform, gitCommit)
}
func GetTranscoderLogFilePath() string {
return filepath.Join(LogDirectory, "transcoder.log")
}