Modify function name from SetDaemonLogLevel to SetLogLevel

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang 2016-10-11 19:35:12 +08:00
parent 4a2f7d8092
commit a0e694d7c0
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ func showVersion() {
}
func dockerPreRun(opts *cliflags.ClientOptions) {
cliflags.SetDaemonLogLevel(opts.Common.LogLevel)
cliflags.SetLogLevel(opts.Common.LogLevel)
if opts.ConfigDir != "" {
cliconfig.SetConfigDir(opts.ConfigDir)