-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Providing logger to instance_generator, fixes #142 #146
Conversation
@@ -159,6 +159,8 @@ def finalize_config!(instance) | |||
|
|||
if config[:availability_zone].nil? | |||
config[:availability_zone] = config[:region] + "b" | |||
elsif config[:availability_zone] =~ /^[a-zA-Z]$/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this related to logging?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not at all, it just brings the behavior in line with what was already in the README
+1, looks good if Travis is happy |
@tyler-ball Thank you for quick response, you are saving my day. |
Awesome! 👍 |
@tyler-ball THANK YOU:) 👍 |
Providing logger to instance_generator, fixes #142
0.9.4 released |
Thanks! |
fixes #142
Also brought the
availability_zone
behavior in line with the README\cc @joelhandwell @fnichol @metadave @randomcamel