Commit 59fa93cd authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

app: simpler winston settings

parent 952abe02
...@@ -25,7 +25,7 @@ const logger = winston.createLogger({ ...@@ -25,7 +25,7 @@ const logger = winston.createLogger({
maxFiles: 5, maxFiles: 5,
}), }),
], ],
format: winston.format.printf(info => `${info.message}`), format: winston.format.printf(info => info.message),
}) })
const SingleInstanceLock = app.requestSingleInstanceLock() const SingleInstanceLock = app.requestSingleInstanceLock()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment