import bunyan from 'bunyan'

const logger = bunyan.createLogger({
    name: "NCC Scaffold"
});

export default logger;