Skip to content

webhooks: remove unnecessary logging

Administrator requested to merge aharvey/remove-setter-log into main

Created by: LawnGnome

We expect that there's no setter in the context if logging is disabled. While we could use loggingEnabled() to figure out whether to log, that means we have to access the configuration, and that feels unnecessary.

Credit to Erik for spotting this on k8s!

Merge request reports

Loading