UNPKG

pistreamerfix

Version:

NodeJS module that allows streaming the raspberry pi fix

9 lines (8 loc) 244 B
import winston, { Logger } from 'winston'; export var logger = winston.createLogger({ format: winston.format.simple(), defaultMeta: { service: 'user-service' }, transports: [ new winston.transports.Console() ] });