kuryr-kubernetes/kuryr_kubernetes/handlers
Michał Dulko 9743f6b3c9 Civilize logging vol 2
This is another attempt at getting the useless tracebacks out of logs
for any level higher than debug. In particular:

* All pools logs regarding "Kuryr-controller not yet ready to *" are now
  on debug level.
* The ugly ResourceNotReady raised from _populate_pool is now suppressed
  if method is run from eventlet.spawn(), which prevents that exception
  being logged by eventlet.
* ResourceNotReady will only print namespace/name or name, not the full
  resource representation.
* ConnectionResetError is suppressed on Retry handler level just as any
  other K8sClientError.

Change-Id: Ic6e6ee556f36ef4fe3429e8e1e4a2ddc7e8251dc
2020-09-17 12:15:39 +02:00
..
__init__.py Basic event handling pipeline components 2016-10-31 10:52:46 +00:00
asynchronous.py Periodically fetch full list of watched resources 2020-06-30 12:31:32 +02:00
base.py Periodically fetch full list of watched resources 2020-06-30 12:31:32 +02:00
dispatch.py Periodically fetch full list of watched resources 2020-06-30 12:31:32 +02:00
health.py Add quota readiness check to controller 2018-11-21 10:11:55 +00:00
k8s_base.py Periodically fetch full list of watched resources 2020-06-30 12:31:32 +02:00
logging.py Periodically fetch full list of watched resources 2020-06-30 12:31:32 +02:00
retry.py Civilize logging vol 2 2020-09-17 12:15:39 +02:00