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

Log out discrepancy in supplied facades #28

Open
hatched opened this issue Nov 22, 2018 · 0 comments
Open

Log out discrepancy in supplied facades #28

hatched opened this issue Nov 22, 2018 · 0 comments

Comments

@hatched
Copy link
Contributor

hatched commented Nov 22, 2018

When creating a new instance and passing in facades it's possible that the Juju controller you're connecting to does not support that facade. In this case we should log out that specific versions of the facades supplied are not supported.

Psudo code...

If debug === true {
  if facadeMissmatch {
    console.log('facade Application versions 7,9 supplied, versions 2,3,4,5,6 supported.")
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant