mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-12 16:57:04 +00:00
app: simpler winston settings
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user