Skip to content

Commit

Permalink
Log which namespace we are using on launch
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-douglass committed Apr 6, 2020
1 parent 5dc6ef5 commit b0f48c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assemblyline_core/scaler/scaler_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def __init__(self, config=None, datastore=None, redis=None, redis_persist=None):
}

if KUBERNETES_AL_CONFIG:
self.log.info("Loading Kubernetes cluster interface.")
self.log.info(f"Loading Kubernetes cluster interface on namespace: {NAMESPACE}")
self.controller = KubernetesController(logger=self.log, prefix='alsvc_', labels=labels,
namespace=NAMESPACE, priority='al-service-priority')
else:
Expand Down

0 comments on commit b0f48c7

Please sign in to comment.