Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
mention number of resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Apr 10, 2020
1 parent 4b6a4a6 commit 357a161
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kube_downscaler/scaler.py
Expand Up @@ -348,7 +348,9 @@ def autoscale_resources(
)
continue

logger.debug(f"Processing namespace {current_namespace}..")
logger.debug(
f"Processing {len(resources)} {kind.endpoint} in namespace {current_namespace}.."
)

# Override defaults with (optional) annotations from Namespace
namespace_obj = Namespace.objects(api).get_by_name(current_namespace)
Expand Down

0 comments on commit 357a161

Please sign in to comment.