Send device logs to app.

This commit is contained in:
Simo Kinnunen
2014-03-17 16:41:07 +09:00
parent f93e5423a8
commit ccef3624df
5 changed files with 15 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ module.exports = function(options) {
})
// Establish always-on channels
;[wireutil.log].forEach(function(channel) {
;[wireutil.global].forEach(function(channel) {
log.info('Subscribing to permanent channel "%s"', channel)
sub.subscribe(channel)
})