Merge pull request #301 from dlorenc/logs

Move logs to /var/lib/localkube.
pull/305/head
dlorenc 2016-07-08 17:51:06 -07:00 committed by GitHub
commit 4eff13c066
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ const (
)
const (
RemoteLocalKubeErrPath = "/var/log/localkube.err"
RemoteLocalKubeOutPath = "/var/log/localkube.out"
RemoteLocalKubeErrPath = "/var/lib/localkube/localkube.err"
RemoteLocalKubeOutPath = "/var/lib/localkube/localkube.out"
)
var ConfigFilePath = MakeMiniPath("config")