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

Commit

Permalink
adding more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
buzztroll committed Oct 18, 2012
1 parent bcd2aeb commit 69cc3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhantom/system/epu/epu_client.py
Expand Up @@ -374,7 +374,7 @@ def terminate_instances(self, user_obj, instance_id, adjust_policy):
log(logging.INFO, "decreasing the desired_size to %d" % (desired_size))
conf['engine_conf']['domain_desired_size'] = desired_size

log(logging.INFO, "calling reconfigure_domain with %s" % (str(conf)))
log(logging.INFO, "calling reconfigure_domain with %s for user %s" % (str(conf), user_obj.access_id))
self._epum_client.reconfigure_domain(name, conf, caller=user_obj.access_id)
except DashiError, de:
log(logging.ERROR, "An error altering ASG: %s" % (str(de)))
Expand Down

0 comments on commit 69cc3c7

Please sign in to comment.