mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 01:50:55 +00:00
Remove default JSON logging format registration from component-base/logs package
This commit is contained in:
@@ -150,7 +150,7 @@ func TestValidateKubeletConfiguration(t *testing.T) {
|
||||
"GracefulNodeShutdown": true,
|
||||
},
|
||||
Logging: componentbaseconfig.LoggingConfiguration{
|
||||
Format: "json",
|
||||
Format: "text",
|
||||
},
|
||||
}
|
||||
if allErrors := ValidateKubeletConfiguration(successCase3); allErrors != nil {
|
||||
|
Reference in New Issue
Block a user