1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00

Fix 'rancher.log'

This commit is contained in:
Josh Curl
2016-06-06 15:31:34 -07:00
parent b83f0ec092
commit 4cb1d26cf9
5 changed files with 10 additions and 2 deletions

View File

@@ -102,6 +102,7 @@ func SysInit() error {
Create: options.Create{
NoRecreate: true,
},
Log: cfg.Rancher.Log,
})
},
func(cfg *config.CloudConfig) (*config.CloudConfig, error) {