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:
@ -32,6 +32,9 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
if daemonCfg.LogConfig.Config == nil {
|
||||
daemonCfg.LogConfig.Config = make(map[string]string)
|
||||
}
|
||||
daemonCfg.InstallFlags()
|
||||
registryCfg.InstallFlags()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user