We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a163552 commit f484141Copy full SHA for f484141
app/lib/logger.ts
@@ -33,12 +33,7 @@ const format = winston.format.combine(
33
);
34
35
const transports = [
36
- new winston.transports.Console(),
37
- new winston.transports.File({
38
- filename: 'logs/error.log',
39
- level: 'error',
40
- }),
41
- new winston.transports.File({ filename: 'logs/all.log' }),
+ new winston.transports.Console()
42
];
43
44
const Logger = winston.createLogger({
0 commit comments