UNPKG

lark

Version:

A node.js framework based on koa. Our goal is to build the best industrial node.js framework for high concurrency and high flow application.

18 lines (16 loc) 290 B
/** * lark - log.js * Copyright(c) 2014 mdemo(https://github.com/demohi) * MIT Licensed */ 'use strict'; module.exports.log = { files: { debug: { path: './logs/debug.log', options: { encoding: 'utf8' } } } };