Commit 3a1c329b authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #35980 from yujuhong/rm_log

Automatic merge from submit-queue Remove an unnecessary log line in kubelet
parents 37122c26 2a4f2cd5
...@@ -766,7 +766,6 @@ func (dm *DockerManager) runContainer( ...@@ -766,7 +766,6 @@ func (dm *DockerManager) runContainer(
if len(securityOpts) > 0 { if len(securityOpts) > 0 {
var msgs []string var msgs []string
for _, opt := range securityOpts { for _, opt := range securityOpts {
glog.Errorf("Logging security options: %+v", opt)
msg := opt.msg msg := opt.msg
if msg == "" { if msg == "" {
msg = opt.value msg = opt.value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment