Skip to content
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

bugfix: remove warning for key uri when key is set via env/args #66

Merged
merged 1 commit into from
Jul 13, 2020

Conversation

edaniszewski
Copy link
Contributor

This PR:

  • Removes the log message warning about missing key URI on add, as it was misleading when key was set via env/args, and was unnecessary when key was not otherwise set (since it terminates in error)

fixes #64

Copy link
Contributor

@lazypower lazypower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a nit, but do you mind bumping the revision along with this so we can just cut a release? <3

@lazypower lazypower merged commit a403d55 into master Jul 13, 2020
@lazypower lazypower deleted the log-msg-fix branch July 13, 2020 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sctl displays warning message for KeyURI when key is specified
2 participants