logcheck.conf: ensure that kms and value/encrypt uses structured logging
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com> Kubernetes-commit: b6b00e65bcfe40fdaca9ce8b214baf5015ad7c5c
This commit is contained in:
parent
8228032d4b
commit
0304cd9f08
|
@ -157,7 +157,6 @@ func (s *Base64Plugin) ExitFailedState() {
|
|||
|
||||
// Update keyID for the plugin.
|
||||
func (s *Base64Plugin) UpdateKeyID() {
|
||||
klog.Info("updating keyID")
|
||||
s.mu.Lock()
|
||||
defer s.mu.Unlock()
|
||||
s.keyID = "2"
|
||||
|
|
Loading…
Reference in New Issue