You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
K8s API connection tweaks, logging configuration (PR #39)
* remove limited reconnection attempts; cap backoff time with 15 min; configure logs in a separate file logging_config.py that is imported to the __main__.py to trigger logs configuration before other modules inheret it; add debug logs to the watcher to better monitor each step
* refactor code to make config import and logging configuration separate modules; implement logging to be configured globally but keep separate logger for each module; add level for logging to be configurable in the config file
---------
Co-authored-by: wvengen <[email protected]>
0 commit comments