"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "1a7e9f13fdc23f0766ad8a31171d00781c51b131"
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