Skip to content

Commit

Permalink
Increase the verbose for cleanup_k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
ilausuch committed Jul 3, 2023
1 parent d162b13 commit 4fcdd22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cleanup_k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

def main():
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.INFO)

for namespace in PCWConfig.get_namespaces_for('k8sclusters'):
providers = PCWConfig.get_providers_for("k8sclusters", namespace)
Expand Down

0 comments on commit 4fcdd22

Please sign in to comment.