@faisalrmdhn08/allin-cli
Version:
A modern full-stack CLI tool based on Typescript designed to accelerate your app development process — setup your entire stack in one seamless command.
18 lines (16 loc) • 508 B
JavaScript
// import winston from 'winston';
// const logger = winston.createLogger({
// level: 'info',
// format: winston.format.combine(
// winston.format.colorize(),
// winston.format.timestamp(),
// winston.format.printf(({ timestamp, level, message }) => {
// return `[${timestamp}] ${level}: ${message}`;
// })
// ),
// transports: [
// new winston.transports.Console(),
// new winston.transports.File({ filename: 'logs/app.log' }),
// ],
// });
// export default logger;