UNPKG

casa-calida

Version:

Connects your RaZberry to the casa-calida servers. Runs directly on your Raspberry Pi.

11 lines (9 loc) 264 B
'use strict'; /** * @author <a href="mailto:stefan@stefanmayer.me">Stefan Mayer</a> */ const winston = require('winston'); module.exports = new winston.Logger({ exitOnError: true, transports: [new winston.transports.Console({ level: 'verbose' })] });