Save owncast logs to log file. Closes #908
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user