Add log opts flag to pass in logging options

Signed-off-by: wlan0 <sidharthamn@gmail.com>
Upstream-commit: dca9e02b15a3757272c90ec4cf0cc2b052a25fe3
Component: engine
This commit is contained in:
wlan0
2015-05-04 14:39:48 -07:00
parent 92cec4b2c1
commit 0a78638a6e
6 changed files with 111 additions and 1 deletions

View File

@ -32,6 +32,9 @@ var (
)
func init() {
if daemonCfg.LogConfig.Config == nil {
daemonCfg.LogConfig.Config = make(map[string]string)
}
daemonCfg.InstallFlags()
registryCfg.InstallFlags()
}