mirror of https://github.com/docker/cli.git
Modify function name from SetDaemonLogLevel to SetLogLevel
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
parent
4a2f7d8092
commit
a0e694d7c0
|
@ -99,7 +99,7 @@ func showVersion() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func dockerPreRun(opts *cliflags.ClientOptions) {
|
func dockerPreRun(opts *cliflags.ClientOptions) {
|
||||||
cliflags.SetDaemonLogLevel(opts.Common.LogLevel)
|
cliflags.SetLogLevel(opts.Common.LogLevel)
|
||||||
|
|
||||||
if opts.ConfigDir != "" {
|
if opts.ConfigDir != "" {
|
||||||
cliconfig.SetConfigDir(opts.ConfigDir)
|
cliconfig.SetConfigDir(opts.ConfigDir)
|
||||||
|
|
Loading…
Reference in New Issue