Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All (non error) logs have the same verbosity; it would be interesting to see the reconciled IPs by default, as such I'm bumping this particular logging call to `verbose`. That enables users to `kubectl logs <reconciler-pod-name` and see which IP addresses got reconciled. The below calls would be bumped to `verbose`. ``` 2021-10-20T15:50:00Z [debug] removed stale overlappingIP allocation [10.10.0.100] 2021-10-20T15:50:00Z [debug] removed stale overlappingIP allocation [10.10.0.111] 2021-10-20T15:50:00Z [debug] removed stale overlappingIP allocation [10.10.0.113] 2021-10-20T15:50:00Z [debug] removed stale overlappingIP allocation [10.10.0.118] 2021-10-20T15:50:00Z [debug] removed stale overlappingIP allocation [10.10.0.13] 2021-10-20T15:50:00Z [debug] removed stale overlappingIP allocation [10.10.0.170] 2021-10-20T15:50:00Z [debug] removed stale overlappingIP allocation [10.10.0.18] 2021-10-20T15:50:00Z [debug] removed stale overlappingIP allocation [10.10.0.3] 2021-10-20T15:50:00Z [debug] removed stale overlappingIP allocation [10.10.0.35] 2021-10-20T15:50:00Z [debug] removed stale overlappingIP allocation [10.10.0.4] 2021-10-20T15:50:01Z [debug] removed stale overlappingIP allocation [10.10.0.83] ``` Signed-off-by: Miguel Duarte Barroso <[email protected]>
- Loading branch information