Open dandv opened 6 years ago
import logger from 'bristol'; logger.addTarget('console'); logger.addTarget('file', { file: 'bristol.log', }); logger.info('Not logged to the file'); process.exit(1);
Winston has the same issue.
Winston has the same issue.