In spring boot's default log4j2.xml
, PID
is mentioned as ????
. I am not sure how log4j2 resolves this to actual PID
Does anyone have any idea how Spring boot makes log4j2 map this special code ????
to actual process id (PID)
?
You can find the complete log4j2-file.xml
at the below link