Re-enable V(9) transaction logging in nftables proxy
This commit is contained in:
@@ -1614,8 +1614,9 @@ func (proxier *Proxier) syncProxyRules() {
|
|||||||
"numEndpoints", totalEndpoints,
|
"numEndpoints", totalEndpoints,
|
||||||
)
|
)
|
||||||
|
|
||||||
// FIXME
|
if klogV9 := klog.V(9); klogV9.Enabled() {
|
||||||
// klog.V(9).InfoS("Running nftables transaction", "transaction", tx.Bytes())
|
klogV9.InfoS("Running nftables transaction", "transaction", tx.String())
|
||||||
|
}
|
||||||
|
|
||||||
err = proxier.nftables.Run(context.TODO(), tx)
|
err = proxier.nftables.Run(context.TODO(), tx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user