Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Remove bridgeUri from config #245

Merged
merged 9 commits into from
Sep 6, 2017
Merged

Remove bridgeUri from config #245

merged 9 commits into from
Sep 6, 2017

Conversation

aleitner
Copy link
Contributor

@aleitner aleitner commented Sep 5, 2017

@braydonf braydonf mentioned this pull request Sep 5, 2017
farmer.join((err) => {
if (err) {
config.logger.error(err.message);
process.exit(1);
}
})
farmer.on('bridgeConnected', (bridge) => {
config.logger.info('Connected to bridge: %s', bridge.url);
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we may be logging this twice, once from core and another time here.

@braydonf
Copy link
Contributor

braydonf commented Sep 6, 2017

Okay, tested in https://github.com/storj/integration with a variety of configs. LGTM so far. Let's hold of on tagging a release with this though.

@braydonf braydonf merged commit 96d46a9 into storj-archived:master Sep 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to update cli
2 participants