Procházet zdrojové kódy

app: simpler winston settings

Jeffrey Morgan před 1 rokem
rodič
revize
59fa93cdd4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/src/index.ts

+ 1 - 1
app/src/index.ts

@@ -25,7 +25,7 @@ const logger = winston.createLogger({
       maxFiles: 5,
     }),
   ],
-  format: winston.format.printf(info => `${info.message}`),
+  format: winston.format.printf(info => info.message),
 })
 
 const SingleInstanceLock = app.requestSingleInstanceLock()