mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-15 03:45:03 +02:00
Add server log for process.platform and process.arch #3231
This commit is contained in:
parent
06eaee8909
commit
8ff7b6b6e6
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue