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

typo in logger level of ApiKey configuration #247

Closed
AlvaroVega opened this issue Nov 2, 2017 · 1 comment
Closed

typo in logger level of ApiKey configuration #247

AlvaroVega opened this issue Nov 2, 2017 · 1 comment

Comments

@AlvaroVega
Copy link
Member

https://github.com/telefonicaid/iotagent-json/blob/master/lib/iotaUtils.js#L52

        } else {
            config.getLogger().ierror(context, 'Could not find any API Key information for device.');
            callback(new errors.GroupNotFound(service, subservice));
}

an unexpected behaviour is (not error is trace is printed...)

@fgalan
Copy link
Member

fgalan commented Nov 2, 2017

Fixed by PR #246

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

No branches or pull requests

2 participants