When using logback outside of Spring-Boot, how can I get the ProcessID into the log file name?
In the RollingFileAppender I'd like to define:
<file>my-log-${PID}.log</file>
How can I get the ${PID} set or is there a standard way of obtaining this?
 
    