What do the number of the default Nest.js system logs represent?
Nest.js default system logs produce logs like the below. What's the meaning of the number
76096 after [Nest]
?
That would be the process id or pid
. You can use it in Unix commands like KILL
to end a hung process via the command line.