Set ld_library_path when running transcoder. Set debug level on Plex New Transcoder

This commit is contained in:
James Munnelly
2016-04-24 23:01:33 +01:00
parent a095645313
commit 5c683a5a2f
3 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
)
type Config struct {
LogFile string `group:"config" namespace:"config"`
LogFile string `name: "logFile" group:"config" namespace:"config"`
Plex *PlexConfig `group:"plex config" namespace:"plex"`
Kubernetes *KubernetesConfig `group:"kubernetes executor" namespace:"kubernetes"`