Skip to content

Commit

Permalink
Add server log for process.platform and process.arch #3231
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Aug 4, 2024
1 parent 06eaee8 commit 8ff7b6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 8ff7b6b

Please sign in to comment.