Merge pull request #12422 from wlan0/logopts

add log opts flag to pass in logging options
Upstream-commit: fe3becee34a93ebffe4a9fbcb0057d2b82242307
Component: engine
This commit is contained in:
Jessie Frazelle
2015-05-07 18:10:04 -07:00
6 changed files with 111 additions and 1 deletions
+3
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()
}