mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 15:24:55 +02:00
Add server log for process.platform and process.arch #3231
This commit is contained in:
@ -106,6 +106,8 @@ class Server {
|
||||
async init() {
|
||||
Logger.info('[Server] Init v' + version)
|
||||
Logger.info('[Server] Node.js Version:', process.version)
|
||||
Logger.info('[Server] Platform:', process.platform)
|
||||
Logger.info('[Server] Arch:', process.arch)
|
||||
|
||||
await this.playbackSessionManager.removeOrphanStreams()
|
||||
|
||||
|
Reference in New Issue
Block a user