mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:23:28 +02:00
Update support plugin loggers.
This commit is contained in:
@@ -5,7 +5,7 @@ var ChannelManager = require('../../../wire/channelmanager')
|
||||
|
||||
module.exports = syrup()
|
||||
.define(function(options, router) {
|
||||
var log = logger.createLogger('device:plugins:channels')
|
||||
var log = logger.createLogger('device:support:channels')
|
||||
var channels = new ChannelManager()
|
||||
channels.on('timeout', function(channel) {
|
||||
log.info('Channel "%s" timed out', channel)
|
||||
|
||||
Reference in New Issue
Block a user